NotificationScheduler

Local notifications. Android: NotificationManager + channels; iOS: UNUserNotificationCenter.

Inheritors

Functions

Link copied to clipboard
abstract fun cancel(id: Int)
Link copied to clipboard
abstract suspend fun ensurePermission(): Boolean
Link copied to clipboard
abstract fun notify(id: Int, title: String, body: String)