NotificationAction

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

Constructors

Link copied to clipboard
constructor(id: String, title: String, allowsTextInput: Boolean = false, inputLabel: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

Unique identifier for this action

Link copied to clipboard
Link copied to clipboard

Display title for the action button