PresentationChanged
data class PresentationChanged<Owner>(val owner: Owner, val identity: Long, val session: UiSession, val previous: UiPresentation, val presentation: UiPresentation, val category: UiCategory?) : RemoteLifecycleEvent<Owner> (source)
Acknowledged transition between distinct presentations of one retained session.
Constructors
Link copied to clipboard
constructor(owner: Owner, identity: Long, session: UiSession, previous: UiPresentation, presentation: UiPresentation, category: UiCategory?)