Merge branch 'master' into rename-repo-url

This commit is contained in:
vvakame
2016-03-17 21:06:54 +09:00
1140 changed files with 179704 additions and 179635 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
// Definitions by: Frederico Galvão <https://github.com/fredgalvao>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare module PhonegapPluginPush {
declare namespace PhonegapPluginPush {
type EventResponse = RegistrationEventResponse | NotificationEventResponse | Error
interface PushNotification {
@@ -74,7 +74,7 @@ declare module PhonegapPluginPush {
* @param errorHandler
*/
getApplicationIconBadgeNumber(successHandler: (count: number) => any, errorHandler: () => any): void
/**
* iOS only
* Tells the OS that you are done processing a background push notification.