mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-27 21:41:25 +08:00
feat(app-rate): add function navigateToAppStore() (#1719)
This commit is contained in:
parent
3af23023ee
commit
0c79ac16ec
@ -163,4 +163,10 @@ export class AppRate extends IonicNativePlugin {
|
|||||||
@Cordova()
|
@Cordova()
|
||||||
promptForRating(immediately: boolean): void { };
|
promptForRating(immediately: boolean): void { };
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Immediately send the user to the app store rating page
|
||||||
|
*/
|
||||||
|
@Cordova()
|
||||||
|
navigateToAppStore(): void { };
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user