Interface SpellCheckChannel.SpellCheckMethodHandler
-
- All Known Implementing Classes:
SpellCheckPlugin
- Enclosing class:
- SpellCheckChannel
public static interface SpellCheckChannel.SpellCheckMethodHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
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 Detail
-
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.
-
-