Virtual Screen Event
class VirtualScreenEvent(val type: CustomScreenType, val screenName: String = type.routeName, val action: VirtualScreenEvent.Action) : Event, WebSocketEvent
Constructors
Link copied to clipboard
constructor(type: CustomScreenType, screenName: String = type.routeName, action: VirtualScreenEvent.Action)