Package-level declarations
Types
Link copied to clipboard
Actions are used to define the behavior of user events on the push notification.
Link copied to clipboard
Link copied to clipboard
Templates are used to define the layout of the push notification.
Link copied to clipboard
data class Text(val text: String, val style: Style.StyleImpl? = null, val actions: List<Action>? = listOf()) : Parcelable, PushView