Scheduled notifications
To enable this feature use:
OcambaHoood.scheduledNotification(TIME).init();
or
OcambaHoood.scheduledNotification(TIME, TITLE, DESCRIPTION).init();
NOTE: replace TIME with actual time minutes. Notification will be shown after TIME period when user closes app. Replace TITLE and DESCRIPTION with other text, if not default text will be shown.