Interface EmojiChooser.OnEmojiPicked

Enclosing class:
EmojiChooser
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface EmojiChooser.OnEmojiPicked
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted when the user selects an Emoji.
  • Method Details

    • onEmojiPicked

      void onEmojiPicked(@Nonnull Str text)
      Emitted when the user selects an Emoji.
      Parameters:
      text - the Unicode sequence for the picked Emoji, in UTF-8