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
Represents an action button that can be added to a notification