DirectiveSequencerInterface

interface DirectiveSequencerInterface : DirectiveProcessorInterface

Interface for sequencing and handling directives.

Types

Link copied to clipboard
interface OnDirectiveHandlingListener

Functions

Link copied to clipboard
abstract fun addDirectiveHandler(handler: DirectiveHandler)
Link copied to clipboard
Link copied to clipboard
abstract fun cancelDialogRequestId(dialogRequestId: String)
Link copied to clipboard
abstract fun disable()
Link copied to clipboard
abstract fun enable()
Link copied to clipboard
abstract fun onDirectives(directives: List<Directive>)
Link copied to clipboard
abstract fun removeDirectiveHandler(handler: DirectiveHandler)