From fe21b5b97c150e16740b91bf958f7110b2e35664 Mon Sep 17 00:00:00 2001 From: Calum Murray Date: Tue, 23 Jun 2020 17:59:02 +0100 Subject: [PATCH] fix(app-rate): Add missing "openUrl" property to AppRatePreferences object (#3456) --- 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 6320f98cd7..16f21c95eb 100644 --- a/src/@ionic-native/plugins/app-rate/index.ts +++ b/src/@ionic-native/plugins/app-rate/index.ts @@ -51,6 +51,11 @@ export interface AppRatePreferences { * App Store URLS */ storeAppURL?: AppUrls; + + /** + * Open URL function + */ + openUrl?: (url: string) => void; } export interface AppRateCustomLocale {