mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 00:12:53 +08:00
fix(app-rate): Add missing "openUrl" property to AppRatePreferences object (#3456)
This commit is contained in:
parent
40b9295de6
commit
fe21b5b97c
@ -51,6 +51,11 @@ export interface AppRatePreferences {
|
||||
* App Store URLS
|
||||
*/
|
||||
storeAppURL?: AppUrls;
|
||||
|
||||
/**
|
||||
* Open URL function
|
||||
*/
|
||||
openUrl?: (url: string) => void;
|
||||
}
|
||||
|
||||
export interface AppRateCustomLocale {
|
||||
|
Loading…
Reference in New Issue
Block a user