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
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
open fun DeleteTeamButton(activity: Activity?, viewModel: TeamViewModelHelper, deleteTeam: MutableState<Boolean>, team: Team, tint: Color)
Function to delete a team
Link copied to clipboard
open fun LeaveTeamButton(activity: Activity?, viewModel: TeamViewModelHelper, leaveTeam: MutableState<Boolean>, team: Team, tint: Color)
Function to leave from a team