Opened
data class Opened<Owner>(val owner: Owner, val identity: Long, val session: UiSession, val presentation: UiPresentation, val category: UiCategory?) : RemoteLifecycleEvent<Owner> (source)
First acknowledged native presentation, including initially hidden HUDs.
Constructors
Link copied to clipboard
constructor(owner: Owner, identity: Long, session: UiSession, presentation: UiPresentation, category: UiCategory?)