Interface SpellCheckChannel.SpellCheckMethodHandler

All Known Implementing Classes:
SpellCheckPlugin
Enclosing class:
SpellCheckChannel

public static interface SpellCheckChannel.SpellCheckMethodHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Requests that spell check is initiated for the specified text, which will respond to the result 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 the result with either success if spell check results are received or error if the request is skipped.