Merge master in

This commit is contained in:
Ibby Hadeed
2017-12-28 07:31:14 -05:00
21 changed files with 26 additions and 11331 deletions
+5 -5
View File
@@ -431,12 +431,12 @@ export class PushObject {
* iOS only
* Tells the OS that you are done processing a background push notification.
* successHandler gets called when background push processing is successfully completed.
* @param id
* @param [id]
*/
@CordovaInstance()
finish(id?: string): Promise<any> {
return;
}
@CordovaInstance({
callbackOrder: 'reverse'
})
finish(id?: string): Promise<any> { return; }
/**
* Tells the OS to clear all notifications from the Notification Center