Class GroupNoticeViewModel

  • All Implemented Interfaces:

    
    public class GroupNoticeViewModel
    
                        

    ViewModel for group notice/announcement.

    Since:

    5.12.0

    • 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
      void )>updateGroupNotice(GroupInfo groupInfo, OnDataChangeListener<Boolean> onDataChangeListener) Update group notice.
      void )>updateGroupNotice(GroupInfo groupInfo, OnDataChangeEnhancedListener<Boolean> onDataChangeListener) Update group notice with examination.
      • Methods inherited from class java.lang.Object

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

      • GroupNoticeViewModel

        GroupNoticeViewModel(Bundle arguments)
    • Method Detail

      • updateGroupNotice

        @Deprecated() void )>updateGroupNotice(GroupInfo groupInfo, OnDataChangeListener<Boolean> onDataChangeListener)

        Update group notice.

        Parameters:
        groupInfo - group info with new notice
        onDataChangeListener - data change listener
      • updateGroupNotice

         void )>updateGroupNotice(GroupInfo groupInfo, OnDataChangeEnhancedListener<Boolean> onDataChangeListener)

        Update group notice with examination.

        Parameters:
        groupInfo - group info with new notice
        onDataChangeListener - data change listener