Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. this.localNotifications.schedule({
  2. id: i,
  3. title: 'Hey',
  4. text: "Time to train again!",
  5. trigger: {
  6.  
  7. every: {
  8. hour: hours,
  9. minute: minutes
  10. }
  11.  
  12. },
  13. icon: "../../../resources/icon.png",
  14. color: 'FF0000'
  15. });
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement