Skip to content

Commit

Permalink
feat(app-rate): add function handleNegativeFeedback() (#1748)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdgeier authored and ihadeed committed Jul 3, 2017
1 parent 7144eb0 commit e64cc0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/@ionic-native/plugins/app-rate/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

}

Expand Down

0 comments on commit e64cc0c

Please sign in to comment.