Scheduled notifications
To enable this feature use:
```java
OcambaHoood.getBuilder().scheduledNotification(TIME).init();
```
or
```java
OcambaHoood.getBuilder().scheduledNotification(TIME, TITLE, DESCRIPTION).init();
```
To enable this feature use:
```java
OcambaHoood.getBuilder().scheduledNotification(TIME).init();
```
or
```java
OcambaHoood.getBuilder().scheduledNotification(TIME, TITLE, DESCRIPTION).init();
```