mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +08:00
fix(push): fix finish method
This commit is contained in:
parent
9d70ec025d
commit
995fd56894
@ -414,9 +414,11 @@ export class PushObject {
|
|||||||
* iOS only
|
* iOS only
|
||||||
* Tells the OS that you are done processing a background push notification.
|
* Tells the OS that you are done processing a background push notification.
|
||||||
* successHandler gets called when background push processing is successfully completed.
|
* successHandler gets called when background push processing is successfully completed.
|
||||||
* @param id
|
* @param [id]
|
||||||
*/
|
*/
|
||||||
@CordovaInstance()
|
@CordovaInstance({
|
||||||
|
callbackOrder: 'reverse'
|
||||||
|
})
|
||||||
finish(id?: string): Promise<any> { return; }
|
finish(id?: string): Promise<any> { return; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user