Class ChannelListFragment

  • All Implemented Interfaces:

    
    public class ChannelListFragment
    
                        

    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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      View onCreateView(Context context, LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
      void onResume()
      void addHeaderView(View view)
      void addFooterView(View view)
      void setEmptyView(View view)
      void setEmptyView(int emptyId)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChannelListFragment

        ChannelListFragment()