mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
fix(localnotifications): options can be an array
This commit is contained in:
parent
beeb075831
commit
e10d744e7b
@ -57,7 +57,7 @@ export class LocalNotifications {
|
||||
@Cordova({
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user