feat(app-rate): add function handleNegativeFeedback() (#1748)

This commit is contained in:
jdgeier 2017-07-03 15:27:44 -06:00 committed by Ibby Hadeed
parent 7144eb0afa
commit e64cc0c61c

View File

@ -61,6 +61,10 @@ export interface AppRateCallbacks {
* call back function. called when rate-dialog showing * call back function. called when rate-dialog showing
*/ */
onRateDialogShow?: Function; onRateDialogShow?: Function;
/**
* call back function. called when user clicked on negative feedback
*/
handleNegativeFeedback?: Function;
} }