RemoteSessionStatus

sealed interface RemoteSessionStatus(source)

Observable local state of a remote screen's ownership lifetime.

Inheritors

Types

Link copied to clipboard
data class Closed(val reason: RemoteFailure) : RemoteSessionStatus

All owned references have been released; the reason is safe to send to the peer.

Link copied to clipboard

An initial snapshot has been sent or accepted.

Link copied to clipboard

Declaration ownership has not yet been successfully presented to the peer.