IosNotificationScheduler

iOS local notifications via UNUserNotificationCenter, the counterpart to Android's NotificationManager + channels. ensurePermission bridges requestAuthorization's completion handler into a suspend call; notify posts an immediate (trigger=null) request keyed by the int id.

Constructors

Link copied to clipboard
constructor()

Functions

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