SupportedInterfaceContextProvider

interface SupportedInterfaceContextProvider : ContextStateProvider

Interface to provide context of supportedInterfaces's element

Types

Link copied to clipboard
object Companion

Functions

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

Called by ContextManagerInterface when ContextRequester request context. Implementer should update contextSetter using given token(stateRequestToken)

Properties

Link copied to clipboard
abstract val namespaceAndName: NamespaceAndName

The namespace and name of context state which provider will provide.