Class GroupMentionViewModel

  • All Implemented Interfaces:

    
    public class GroupMentionViewModel
    
                        

    ViewModel for group mention member selection.

    Since:

    5.12.2

    • 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>> getFilteredContactsLiveData()
      LiveData<GroupMemberRole> getMentionAllRoleLiveData()
      void queryGroupMembers(String query) Query group members.
      void )>loadNext(OnDataChangeListener<Boolean> listener)
      boolean hasNext()
      • Methods inherited from class java.lang.Object

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

      • GroupMentionViewModel

        GroupMentionViewModel(Bundle arguments)