Channel List Fragment
Channel 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
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public View onCreateView(Context context, LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
Link copied to clipboard