diff --git a/src/@ionic-native/plugins/app-rate/index.ts b/src/@ionic-native/plugins/app-rate/index.ts index 646931168..5ede569eb 100644 --- a/src/@ionic-native/plugins/app-rate/index.ts +++ b/src/@ionic-native/plugins/app-rate/index.ts @@ -61,6 +61,10 @@ export interface AppRateCallbacks { * call back function. called when rate-dialog showing */ onRateDialogShow?: Function; + /** + * call back function. called when user clicked on negative feedback + */ + handleNegativeFeedback?: Function; }