-
public class EmojiPackItemAdapter.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static EmojiPackItemAdapter.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final <A extends Context, ActivityResultRegistryOwner, LifecycleOwner> EmojiPackItemAdapterget(A activity, Function1<String, Boolean> callChangeListener)Creates an EmojiPackItemAdapter for the EmojiPackList.defaultList and the androidx.activity.result.ActivityResultRegistry of the given Activity (which is, most likely an androidx.activity.ComponentActivity). -
-
Method Detail
-
get
final <A extends Context, ActivityResultRegistryOwner, LifecycleOwner> EmojiPackItemAdapter get(A activity, Function1<String, Boolean> callChangeListener)
Creates an EmojiPackItemAdapter for the EmojiPackList.defaultList and the androidx.activity.result.ActivityResultRegistry of the given Activity (which is, most likely an androidx.activity.ComponentActivity).
It can than be used as the RecyclerView.Adapter for a RecyclerView to implement an Emoji Picker.
-
-
-
-