Fixed extras to object of addLocalNotificationForIOS

This commit is contained in:
Hevin
2017-12-14 16:47:08 +08:00
parent 4780eafb72
commit b730924d74
6 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ export class JPush extends IonicNativePlugin {
getApplicationIconBadgeNumber(): Promise<any> { return; }
@Cordova()
addLocalNotificationForIOS(delayTime: number, content: string, badge: number, identifierKey: string, extras?: string): Promise<any> { return; }
addLocalNotificationForIOS(delayTime: number, content: string, badge: number, identifierKey: string, extras?: object): Promise<any> { return; }
@Cordova()
deleteLocalNotificationWithIdentifierKeyInIOS(identifierKey: string): Promise<any> { return; }