PlayStackContextManager

class PlayStackContextManager(    contextManager: ContextManagerInterface,     audioPlayStackProvider: PlayStackProvider,     visualPlayStackProvider: PlayStackProvider? = null) : ClientContextProvider

Provides integrated playstack of audio and visual.

Parameters

contextManager

: the context manager

audioPlayStackProvider

: the audio playstack provider

visualPlayStackProvider

: the visual playstack provider

Constructors

Link copied to clipboard
fun PlayStackContextManager(    contextManager: ContextManagerInterface,     audioPlayStackProvider: PlayStackProvider,     visualPlayStackProvider: PlayStackProvider? = null)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun provideState(    contextSetter: ContextSetterInterface,     namespaceAndName: NamespaceAndName,     contextType: ContextType,     stateRequestToken: Int)

Properties

Link copied to clipboard
open override val namespaceAndName: NamespaceAndName