Class GroupCreateViewModel
-
- All Implemented Interfaces:
public class GroupCreateViewModelViewModel for creating a group.
- Since:
5.12.0
-
-
Field Summary
Fields Modifier and Type Field Description public final StringgroupId
-
Constructor Summary
Constructors Constructor Description GroupCreateViewModel(Bundle arguments)
-
Method Summary
Modifier and Type Method Description StringgetGroupId()Get the group ID. void)>createGroup(String groupName, OnDataChangeListener<Integer> listener)Create a group. void)>createGroup(String groupName, OnDataChangeEnhancedListener<Integer> listener)Create a group with examination. -
-
Method Detail
-
getGroupId
String getGroupId()
Get the group ID.
- Returns:
group ID
-
createGroup
@Deprecated() void )>createGroup(String groupName, OnDataChangeListener<Integer> listener)
Create a group.
- Parameters:
groupName- group namelistener- data change listener
-
createGroup
void )>createGroup(String groupName, OnDataChangeEnhancedListener<Integer> listener)
Create a group with examination.
- Parameters:
groupName- group namelistener- data change listener
-
-
-
-