Interface SpellCheckChannel.SpellCheckMethodHandler
- All Known Implementing Classes:
SpellCheckPlugin
- Enclosing class:
- SpellCheckChannel
public static interface SpellCheckChannel.SpellCheckMethodHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initiateSpellCheck
(String locale, String text, MethodChannel.Result result) Requests that spell check is initiated for the specified text, which will respond to theresult
with either success if spell check results are received or error if the request is skipped.
-
Method Details
-
initiateSpellCheck
void initiateSpellCheck(@NonNull String locale, @NonNull String text, @NonNull MethodChannel.Result result) Requests that spell check is initiated for the specified text, which will respond to theresult
with either success if spell check results are received or error if the request is skipped.
-