Notification

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

Notification content.

Constructors

Link copied to clipboard
constructor(title: String, body: String, image: ImageBitmap? = null)

Properties

Link copied to clipboard

The body text of the notification.

Link copied to clipboard

an ImageBitmap to show in the notification or null.

Link copied to clipboard

The title of the notification.