mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 00:51:07 +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
|
* App Store URLS
|
||||||
*/
|
*/
|
||||||
storeAppURL?: AppUrls;
|
storeAppURL?: AppUrls;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Open URL function
|
||||||
|
*/
|
||||||
|
openUrl?: (url: string) => void;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface AppRateCustomLocale {
|
export interface AppRateCustomLocale {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user