mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
fix(push): Add support for passing notification id into finish (#600)
This commit is contained in:
parent
2ed84b1b71
commit
16f05c3b0d
@ -134,8 +134,9 @@ export interface PushNotification {
|
|||||||
* successHandler gets called when background push processing is successfully completed.
|
* successHandler gets called when background push processing is successfully completed.
|
||||||
* @param successHandler
|
* @param successHandler
|
||||||
* @param errorHandler
|
* @param errorHandler
|
||||||
|
* @param id
|
||||||
*/
|
*/
|
||||||
finish(successHandler: () => any, errorHandler: () => any): void;
|
finish(successHandler: () => any, errorHandler: () => any, id?: string): void;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IOSPushOptions {
|
export interface IOSPushOptions {
|
||||||
|
Loading…
Reference in New Issue
Block a user