TextAgentInterface
Types
Link copied to clipboard
Link copied to clipboard
interface InternalTextRedirectHandlerListener : TextAgentInterface.RequestListener
Content copied to clipboard
Link copied to clipboard
interface InternalTextSourceHandlerListener : TextAgentInterface.RequestListener
Content copied to clipboard
The listener about textSource directive's internal handling event. If text source handled by given TextSourceHandler, the listener is not called. The handler only called when handled at internally.
Link copied to clipboard
Link copied to clipboard
The handler for text redirect directive.
Link copied to clipboard
The handler for text source directive.
Functions
Link copied to clipboard
abstract fun addInternalTextRedirectHandlerListener(listener: TextAgentInterface.InternalTextRedirectHandlerListener)
Content copied to clipboard
Link copied to clipboard
abstract fun addInternalTextSourceHandlerListener(listener: TextAgentInterface.InternalTextSourceHandlerListener)
Content copied to clipboard
Link copied to clipboard
abstract fun removeInternalTextRedirectHandlerListener(listener: TextAgentInterface.InternalTextRedirectHandlerListener)
Content copied to clipboard
Link copied to clipboard
abstract fun removeInternalTextSourceHandlerListener(listener: TextAgentInterface.InternalTextSourceHandlerListener)
Content copied to clipboard
Link copied to clipboard
abstract fun requestTextInput( text: String, playServiceId: String? = null, token: String? = null, source: String? = null, referrerDialogRequestId: String? = null, includeDialogAttribute: Boolean = true, listener: TextAgentInterface.RequestListener? = null): String
Content copied to clipboard
Link copied to clipboard
abstract fun textInput(request: TextInputRequester.Request, listener: TextAgentInterface.RequestListener? = null): String
Content copied to clipboard
Given a request, request "Text.Input" event.
abstract fun textInput(requestBuilder: TextInputRequester.Request.Builder, listener: TextAgentInterface.RequestListener? = null): String
Content copied to clipboard
Given a builder for request, request "Text.Input" event.