mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 09:01:07 +08:00
Fix documentation for LocalNotifications plugin
This commit is contained in:
parent
493e6552d7
commit
f2c85d038a
@ -35,8 +35,8 @@ import {Plugin, Cordova} from './plugin';
|
|||||||
*
|
*
|
||||||
* // Schedule delayed notification
|
* // Schedule delayed notification
|
||||||
* LocalNotifications.schedule({
|
* LocalNotifications.schedule({
|
||||||
* t ext: "Delayed Notification",
|
* text: "Delayed Notification",
|
||||||
* at: new Date(new Date() + 3600),
|
* at: new Date(new Date().getTime() + 3600),
|
||||||
* led: "FF0000",
|
* led: "FF0000",
|
||||||
* sound: null
|
* sound: null
|
||||||
* });
|
* });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user