mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +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({
|
@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.
|
||||||
|
Loading…
Reference in New Issue
Block a user