Package com.pexip.sdk.api.infinity
Class LayoutEvent
-
- All Implemented Interfaces:
-
com.pexip.sdk.api.Event,com.pexip.sdk.api.infinity.InfinityEvent
@Serializable()@SerialName(value = "layout") public final class LayoutEvent implements InfinityEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final LayoutIdlayoutprivate final RequestedLayoutrequestedLayoutprivate final BooleanoverlayTextEnabled
-
Constructor Summary
Constructors Constructor Description LayoutEvent(LayoutId layout, RequestedLayout requestedLayout, Boolean overlayTextEnabled)
-
Method Summary
Modifier and Type Method Description final LayoutIdgetLayout()final RequestedLayoutgetRequestedLayout()final BooleangetOverlayTextEnabled()-
-
Constructor Detail
-
LayoutEvent
LayoutEvent(LayoutId layout, RequestedLayout requestedLayout, Boolean overlayTextEnabled)
-
-
Method Detail
-
getLayout
final LayoutId getLayout()
-
getRequestedLayout
final RequestedLayout getRequestedLayout()
-
getOverlayTextEnabled
final Boolean getOverlayTextEnabled()
-
-
-
-