mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
Merge pull request #111 from eberlitz/patch-1
Fix documentation for LocalNotifications plugin
This commit is contained in:
commit
3ef6e1f628
@ -35,8 +35,8 @@ import {Plugin, Cordova} from './plugin';
|
||||
*
|
||||
* // Schedule delayed notification
|
||||
* LocalNotifications.schedule({
|
||||
* t ext: "Delayed Notification",
|
||||
* at: new Date(new Date() + 3600),
|
||||
* text: "Delayed Notification",
|
||||
* at: new Date(new Date().getTime() + 3600),
|
||||
* led: "FF0000",
|
||||
* sound: null
|
||||
* });
|
||||
@ -273,4 +273,4 @@ export interface Notification {
|
||||
* Default: FFFFFF
|
||||
*/
|
||||
led? : string
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user