Skip to content

Commit

Permalink
fix(app-rate): change openStoreInApp to inAppReview (#2097)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdgeier authored and ihadeed committed Dec 2, 2017
1 parent 8b78644 commit d95ae68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/app-rate/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export interface AppRatePreferences {
/**
* leave app or no when application page opened in app store (now supported only for iOS). Defaults to `false`
*/
openStoreInApp?: boolean;
inAppReview?: boolean;

/**
* use custom view for rate dialog. Defaults to `false`
Expand Down

0 comments on commit d95ae68

Please sign in to comment.