Group Actions
fun GroupActions(viewModel: GroupManagerViewModel, projectsOnDismissAction: () -> Unit? = null, userCanAddProjects: Boolean = true, membersOnDismissAction: () -> Unit? = null, userCanAddMembers: Boolean = true)
The actions can be executed on a group such add members or share projects
Parameters
view Model
The support viewmodel of the screen
projects On Dismiss Action
The action to execute when the sharing of the projects ends
user Can Add Projects
Whether the current user can add projects to the group
members On Dismiss Action
The action when the addition of the members ends
user Can Add Members
Whether the user can add new members to the group