Package ai.nexconn.chatui.channellist
Class ChannelListFragment
-
- All Implemented Interfaces:
public class ChannelListFragmentChannel list Fragment
Override entry points for subclasses:
- onCreateConversationListProvider — customize item rendering
- onCreateChannelListAdapter — customize Adapter
- onCreateViewModel — customize ViewModel
- subscribeUi — customize data binding
- initRefreshView — customize refresh behavior
- onItemClick — customize click handling
- onItemLongClick — customize long-press handling
- showConversationLongClickMenu — customize long-press menu
- Since:
5.10.4
-
-
Constructor Summary
Constructors Constructor Description ChannelListFragment()
-
Method Summary
Modifier and Type Method Description ViewonCreateView(Context context, LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)voidonResume()voidaddHeaderView(View view)voidaddFooterView(View view)voidsetEmptyView(View view)voidsetEmptyView(int emptyId)-
-
Method Detail
-
onCreateView
View onCreateView(Context context, LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
-
onResume
void onResume()
-
addHeaderView
void addHeaderView(View view)
-
addFooterView
void addFooterView(View view)
-
setEmptyView
void setEmptyView(View view)
-
setEmptyView
void setEmptyView(int emptyId)
-
-
-
-