IEmoticonTab

public interface IEmoticonTab

Functions

Link copied to clipboard
public abstract LiveData<String> getEditInfo()
Returns the update information for the input field corresponding to this tab page.
Link copied to clipboard
public abstract Drawable obtainTabDrawable(Context context)
Creates the small icon for the tab, displayed in the tab bar.
Link copied to clipboard
public abstract View obtainTabPager(Context context, ViewGroup parent)
Creates the tab page view.
Link copied to clipboard
public abstract void onTableSelected(int position)
Called when the emoticon panel is swiped left or right.