ChipsAgent

class ChipsAgent(    directiveSequencer: DirectiveSequencerInterface,     contextStateProviderRegistry: ContextStateProviderRegistry,     sessionManager: SessionManagerInterface) : CapabilityAgent, ChipsAgentInterface, SupportedInterfaceContextProvider, RenderDirectiveHandler.Renderer

Constructors

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

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun addListener(listener: ChipsAgentInterface.Listener)
Link copied to clipboard
open override fun clear(directive: RenderDirective)
Link copied to clipboard
open override fun provideState(    contextSetter: ContextSetterInterface,     namespaceAndName: NamespaceAndName,     contextType: ContextType,     stateRequestToken: Int)
Link copied to clipboard
open override fun removeListener(listener: ChipsAgentInterface.Listener)
Link copied to clipboard
open override fun render(directive: RenderDirective)

Properties

Link copied to clipboard
open override val namespaceAndName: NamespaceAndName