Skip to content

Commit

Permalink
fix(app-rate): add simpleMode (#2155)
Browse files Browse the repository at this point in the history
  • Loading branch information
sredeker authored and ihadeed committed Dec 2, 2017
1 parent 154a4bc commit 9844274
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/@ionic-native/plugins/app-rate/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ export interface AppRatePreferences {
*/
usesUntilPrompt?: number;

/**
* Simple Mode to display the rate dialog directly and bypass negative feedback filtering flow
*/
simpleMode?: boolean;

/**
* leave app or no when application page opened in app store (now supported only for iOS). Defaults to `false`
*/
Expand Down

0 comments on commit 9844274

Please sign in to comment.