Skip to content

Commit

Permalink
feat(app-rate): add function navigateToAppStore() (#1719)
Browse files Browse the repository at this point in the history
  • Loading branch information
pellaras authored and ihadeed committed Jul 3, 2017
1 parent 3af2302 commit 0c79ac1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/@ionic-native/plugins/app-rate/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,10 @@ export class AppRate extends IonicNativePlugin {
@Cordova()
promptForRating(immediately: boolean): void { };

/**
* Immediately send the user to the app store rating page
*/
@Cordova()
navigateToAppStore(): void { };

}

0 comments on commit 0c79ac1

Please sign in to comment.