diff --git a/src/@ionic-native/plugins/app-rate/index.ts b/src/@ionic-native/plugins/app-rate/index.ts index 29898e786b..6fbaa6e126 100644 --- a/src/@ionic-native/plugins/app-rate/index.ts +++ b/src/@ionic-native/plugins/app-rate/index.ts @@ -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` */