Class GroupNoticeViewModel
-
- All Implemented Interfaces:
public class GroupNoticeViewModelViewModel for group notice/announcement.
- Since:
5.12.0
-
-
Constructor Summary
Constructors Constructor Description GroupNoticeViewModel(Bundle arguments)
-
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. -
-
Method Detail
-
updateGroupNotice
@Deprecated() void )>updateGroupNotice(GroupInfo groupInfo, OnDataChangeListener<Boolean> onDataChangeListener)
Update group notice.
- Parameters:
groupInfo- group info with new noticeonDataChangeListener- data change listener
-
updateGroupNotice
void )>updateGroupNotice(GroupInfo groupInfo, OnDataChangeEnhancedListener<Boolean> onDataChangeListener)
Update group notice with examination.
- Parameters:
groupInfo- group info with new noticeonDataChangeListener- data change listener
-
-
-
-