R.attr
Artifact: androidx.emoji:emoji
class R.attr
Summary
Public constructors |
|---|
attr() |
Public properties |
|
|---|---|
java-static Int |
Must be one of the following constant values. |
java-static Int |
May be an integer value, such as " |
Public constructors
Public properties
emojiReplaceStrategy
java-static val emojiReplaceStrategy: Int
Must be one of the following constant values.
| Constant | Value | Description |
|---|---|---|
| all | 1 | Replace strategy to add EmojiSpans for all emoji that were found. |
| defaultStrategy | 0 | Replace strategy that uses the value given in EmojiCompat.Config. Default value. |
| nonExistent | 2 | Replace strategy to add EmojiSpans only for emoji that do not exist in the system. |