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
Android
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

Android
val Default = EmojiSupportMatch(0)

Default support strategy defers to EmojiCompat.get()

Android
val None = EmojiSupportMatch(1)

Do not use support emoji for this paragraph.

Android
val All = EmojiSupportMatch(2)

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