Package-level declarations

Types

Link copied to clipboard
data class Notification(val title: String, val body: String, val image: ImageBitmap? = null)

Notification content.

Link copied to clipboard

An identifier for a pending or delivered notification.

Link copied to clipboard

An interface for posting notifications to the user.

Link copied to clipboard