From 984427421318947cc44238447e3de52c6bb4a203 Mon Sep 17 00:00:00 2001 From: Stephen Redeker Date: Fri, 1 Dec 2017 22:51:49 -0500 Subject: [PATCH] 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. --- src/@ionic-native/plugins/app-rate/index.ts | 5 +++++ 1 file changed, 5 insertions(+) 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` */