Interface ScribeChannel.ScribeMethodHandler
- All Known Implementing Classes:
ScribePlugin
- Enclosing class:
- ScribeChannel
public static interface ScribeChannel.ScribeMethodHandler
-
Method Summary
Modifier and TypeMethodDescriptionbooleanResponds to theresultwith success and a boolean indicating whether or not stylus handwriting is available.booleanResponds to theresultwith success and a boolean indicating whether or not stylus handwriting is available.voidRequests to start Scribe stylus handwriting, which will respond to theresultwith either success if handwriting input has started or error otherwise.
-
Method Details
-
isFeatureAvailable
boolean isFeatureAvailable()Responds to theresultwith success and a boolean indicating whether or not stylus handwriting is available. -
isStylusHandwritingAvailable
@RequiresApi(34) boolean isStylusHandwritingAvailable()Responds to theresultwith success and a boolean indicating whether or not stylus handwriting is available. -
startStylusHandwriting
@RequiresApi(33) void startStylusHandwriting()Requests to start Scribe stylus handwriting, which will respond to theresultwith either success if handwriting input has started or error otherwise.
-