SessionAgent

class SessionAgent(    contextStateProviderRegistry: ContextStateProviderRegistry,     directiveSequencer: DirectiveSequencerInterface,     sessionManager: SessionManagerInterface) : CapabilityAgent, SupportedInterfaceContextProvider, SetDirectiveHandler.Controller

Constructors

Link copied to clipboard
fun SessionAgent(    contextStateProviderRegistry: ContextStateProviderRegistry,     directiveSequencer: DirectiveSequencerInterface,     sessionManager: SessionManagerInterface)

Types

Link copied to clipboard
object Companion

Functions

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

Properties

Link copied to clipboard
open override val namespaceAndName: NamespaceAndName