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
Link copied to clipboard
Link copied to clipboard
class NotifierBuilder
Builder used by Notifier.notify to configure a local notification.