Class EmojiTab
-
- All Implemented Interfaces:
public class EmojiTab
-
-
Constructor Summary
Constructors Constructor Description EmojiTab()
-
Method Summary
Modifier and Type Method Description Drawable
obtainTabDrawable(Context context)
View
obtainTabPager(Context context, ViewGroup viewGroup)
void
onTableSelected(int position)
LiveData<String>
getEditInfo()
-
-
Method Detail
-
obtainTabDrawable
Drawable obtainTabDrawable(Context context)
-
obtainTabPager
View obtainTabPager(Context context, ViewGroup viewGroup)
-
onTableSelected
void onTableSelected(int position)
-
getEditInfo
LiveData<String> getEditInfo()
-
-
-
-