Package-level declarations

Types

Link copied to clipboard
data class NotificationAction(val id: String, val title: String, val allowsTextInput: Boolean = false, val inputLabel: String? = null)

Represents an action button that can be added to a notification

Link copied to clipboard
sealed class NotificationImage
Link copied to clipboard
Link copied to clipboard
interface Notifier

Class that represent local notification

Link copied to clipboard

Builder used by Notifier.notify to configure a local notification.