mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 09:01:07 +08:00
fix(app-rate): onRateDialogShow callback (#985)
This commit is contained in:
parent
9008aa264b
commit
ab681cccbe
@ -61,7 +61,7 @@ export interface AppRateCallbacks {
|
|||||||
/**
|
/**
|
||||||
* call back function. called when rate-dialog showing
|
* call back function. called when rate-dialog showing
|
||||||
*/
|
*/
|
||||||
onRateDialogShowed?: Function;
|
onRateDialogShow?: Function;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user