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 MethodChannel
static final String
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setScribeMethodHandler
(ScribeChannel.ScribeMethodHandler scribeMethodHandler) Sets theScribeChannel.ScribeMethodHandler
which 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.ScribeMethodHandler
which receives all requests for scribe sent through this channel.
-