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:
parent
154a4bcacb
commit
9844274213
@ -23,6 +23,11 @@ export interface AppRatePreferences {
|
|||||||
*/
|
*/
|
||||||
usesUntilPrompt?: number;
|
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`
|
* leave app or no when application page opened in app store (now supported only for iOS). Defaults to `false`
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user