toggle menu
pexip-android-sdk
0.17.0
jvm
switch theme
search in API
sdk-api
/
com.pexip.sdk.api.infinity
/
LayoutEvent
Layout
Event
@
Serializable
@
SerialName
(
value
=
"layout"
)
data
class
LayoutEvent
(
val
layout
:
LayoutId
,
val
requestedLayout
:
RequestedLayout
?
=
null
,
val
overlayTextEnabled
:
Boolean
=
false
)
:
InfinityEvent
Members
Constructors
Layout
Event
Link copied to clipboard
constructor
(
layout
:
LayoutId
,
requestedLayout
:
RequestedLayout
?
=
null
,
overlayTextEnabled
:
Boolean
=
false
)
Properties
layout
Link copied to clipboard
@
SerialName
(
value
=
"view"
)
val
layout
:
LayoutId
overlay
Text
Enabled
Link copied to clipboard
@
SerialName
(
value
=
"overlay_text_enabled"
)
val
overlayTextEnabled
:
Boolean
=
false
requested
Layout
Link copied to clipboard
@
SerialName
(
value
=
"requested_layout"
)
val
requestedLayout
:
RequestedLayout
?
=
null