InteractionControlManagerInterface

interface InteractionControlManagerInterface

Types

Link copied to clipboard
interface Listener

Functions

Link copied to clipboard
abstract fun addListener(listener: InteractionControlManagerInterface.Listener)
Link copied to clipboard
abstract fun finish(interactionControl: InteractionControl)
Link copied to clipboard
abstract fun removeListener(listener: InteractionControlManagerInterface.Listener)
Link copied to clipboard
abstract fun start(interactionControl: InteractionControl)