Class ScribeChannel
java.lang.Object
io.flutter.embedding.engine.systemchannels.ScribeChannel
ScribeChannel is a platform channel that is used by the framework to facilitate the
Scribe handwriting text input feature.-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal MethodChannelstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetScribeMethodHandler(ScribeChannel.ScribeMethodHandler scribeMethodHandler) Sets theScribeChannel.ScribeMethodHandlerwhich receives all requests for scribe sent through this channel.
-
Field Details
-
METHOD_IS_FEATURE_AVAILABLE
- See Also:
-
METHOD_IS_STYLUS_HANDWRITING_AVAILABLE
- See Also:
-
METHOD_START_STYLUS_HANDWRITING
- See Also:
-
channel
-
parsingMethodHandler
-
-
Constructor Details
-
ScribeChannel
-
-
Method Details
-
setScribeMethodHandler
Sets theScribeChannel.ScribeMethodHandlerwhich receives all requests for scribe sent through this channel.
-