mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
feat(app-rate): add function handleNegativeFeedback() (#1748)
This commit is contained in:
parent
7144eb0afa
commit
e64cc0c61c
@ -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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user