Scheduled notifications

Scheduled notifications allows customers to show notification from time to time. This feature will increase user engagement over time. We added default title and text for this kind of notification. Click on it will open apps launcher activity.

How to enable this feature:


```swift
 let ob = OcambaBuilder(apiKey: String).scheduleNotificaitons(TimeInterval).build()
```
On This Page