Class

EmojiSupportMatch

When to replace emoji with support emoji using androidx.emoji2.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Source set: Android

Added in 1.11.0-rc01

value class EmojiSupportMatch internal constructor(internal val value: Int)

When to replace emoji with support emoji using androidx.emoji2.

This is only available on Android.

Companion Object

Properties

Source set: Android

Added in 1.11.0-rc01

val Default = EmojiSupportMatch(0)

Default support strategy defers to EmojiCompat.get()

Source set: Android

Added in 1.11.0-rc01

val None = EmojiSupportMatch(1)

Do not use support emoji for this paragraph.

Source set: Android

Added in 1.11.0-rc01

val All = EmojiSupportMatch(2)

Attempt to replace all emoji, even if they're available on this device's fonts.