Class GroupFollowsViewModel

  • All Implemented Interfaces:

    
    public class GroupFollowsViewModel
    
                        

    群组关注人列表页面

    Since:

    5.12.2

    Author:

    rongcloud

    • 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
      LiveData<List<ContactModel>> getAllGroupFollowsLiveData()
      void )>removeGroupFollows(List<String> userIds, OnDataChangeListener<Boolean> listener) 移除群组关注人
      • Methods inherited from class java.lang.Object

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

      • GroupFollowsViewModel

        GroupFollowsViewModel(Bundle arguments)
    • Method Detail

      • removeGroupFollows

         void )>removeGroupFollows(List<String> userIds, OnDataChangeListener<Boolean> listener)

        移除群组关注人

        Parameters:
        userIds - 用户ID列表
        listener - 数据变化监听