Skip to content

Commit

Permalink
fix(app-rate): Add missing "openUrl" property to AppRatePreferences o…
Browse files Browse the repository at this point in the history
…bject (#3456)
  • Loading branch information
CalumMurray authored Jun 23, 2020
1 parent 40b9295 commit fe21b5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/@ionic-native/plugins/app-rate/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ export interface AppRatePreferences {
* App Store URLS
*/
storeAppURL?: AppUrls;

/**
* Open URL function
*/
openUrl?: (url: string) => void;
}

export interface AppRateCustomLocale {
Expand Down

0 comments on commit fe21b5b

Please sign in to comment.