Staged

@Serializable
class Staged<T> : Update<T> , SubscriptionStateUpdate

Prepare the track for subscription. This is an optional state that instructs the SDK to perform any necessary setup steps, so that the track can be subscribed to quickly when it's needed.

Constructors

Link copied to clipboard
fun Staged()