Template

interface Template : Parcelable

Templates are used to define the layout of the push notification.

Inheritors

Types

Link copied to clipboard
enum Type : Enum<Template.Type> , Parcelable

Properties

Link copied to clipboard
abstract val identifier: String?
Link copied to clipboard
abstract val style: Style?
Link copied to clipboard
abstract val type: Template.Type