StreamingPrivileges

Describes interactions with streaming privilege-related functionalities.

Functions

Link copied to clipboard

Publish a demand for streaming privileges for playback. This may cause other clients to lose their playback privileges.

Link copied to clipboard
abstract fun release(): Boolean

Releases this instance. It will no longer be usable moving forward.

Link copied to clipboard
abstract fun setKeepAlive(newValue: Boolean): Boolean

Dictates whether to keep this instance connected whenever possible.

Link copied to clipboard
abstract fun setStreamingPrivilegesListener(streamingPrivilegesListener: StreamingPrivilegesListener?): Boolean

Sets a StreamingPrivilegesListener for StreamingPrivileges-related events.