Teams Utilities

interface TeamsUtilities

The TeamsUtilities interface is useful to manage the Team giving some common utilities that appear in different part of the application

Author

N7ghtm4r3 - Tecknobit

Inheritors

Functions

Link copied to clipboard
@Composable
open fun AddCollectionsButton(viewModel: TeamViewModelHelper, show: MutableState<Boolean>, collections: List<LinksCollection>, team: Team, tint: Color)

Function to share the collections with a team

Link copied to clipboard
@Composable
open fun DeleteTeamButton(goBack: Boolean, viewModel: TeamViewModelHelper, deleteTeam: MutableState<Boolean>, team: Team, tint: Color)

Function to delete a team

Link copied to clipboard
@Composable
open fun LeaveTeamButton(goBack: Boolean, viewModel: TeamViewModelHelper, leaveTeam: MutableState<Boolean>, team: Team, tint: Color)

Function to leave from a team