fix(localnotifications): options can be an array

This commit is contained in:
Ibrahim Hadeed 2016-04-25 05:32:36 -04:00
parent beeb075831
commit e10d744e7b

View File

@ -57,7 +57,7 @@ export class LocalNotifications {
@Cordova({ @Cordova({
sync: true sync: true
}) })
static schedule(options? : Notification) : void {} static schedule(options? : Notification|Array<Notification>) : void {}
/** /**
* Updates a previously scheduled notification. Must include the id in the options parameter. * Updates a previously scheduled notification. Must include the id in the options parameter.