LayoutEvent

@Serializable
@SerialName(value = "layout")
data class LayoutEvent(val layout: LayoutId, val requestedLayout: RequestedLayout? = null, val overlayTextEnabled: Boolean = false) : InfinityEvent

Constructors

Link copied to clipboard
constructor(layout: LayoutId, requestedLayout: RequestedLayout? = null, overlayTextEnabled: Boolean = false)

Properties

Link copied to clipboard
@SerialName(value = "view")
val layout: LayoutId
Link copied to clipboard
@SerialName(value = "overlay_text_enabled")
val overlayTextEnabled: Boolean = false
Link copied to clipboard
@SerialName(value = "requested_layout")
val requestedLayout: RequestedLayout? = null