fix(app-rate): add simpleMode (#2155)

Adding the simpleMode preference from https://github.com/pushandplay/cordova-plugin-apprate#options--preferences to resolve https://github.com/ionic-team/ionic-native/issues/2154.
This commit is contained in:
Stephen Redeker 2017-12-01 22:51:49 -05:00 committed by Ibby Hadeed
parent 154a4bcacb
commit 9844274213

View File

@ -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`
*/