Guest User

Untitled

a guest
Jan 23rd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. var options = {
  2. title: 'Notification Title',
  3. text: 'Notification Body',
  4. data: {},
  5. at: sendTime,
  6. returnToPluginInstanceId: '' //optional
  7. };
  8.  
  9. buildfire.notifications.localNotification.schedule(options, function (err, data) {
  10. });
Add Comment
Please, Sign In to add comment