Interface EmojiUnion

All Superinterfaces:
Emoji, Formattable, SerializableData

public interface EmojiUnion extends Emoji
Represents possible Emoji types.

This delegates the emoji methods for some concrete emoji type, but can be converted to a concrete type using either asUnicode() or asCustom().