LocalNotificationRequest

Manages local notification schedule.

Constructors

Link copied to clipboard
constructor(requestId: Int)

Properties

Link copied to clipboard
open val requestId: Int

Functions

Link copied to clipboard
open fun cancel()
Cancels local notification associated with this request and unschedules notification if it was not displayed yet.
Link copied to clipboard