Links Collection Utilities

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

Author

N7ghtm4r3 - Tecknobit

Inheritors

Functions

Link copied to clipboard
@Composable
open fun AddTeamsButton(viewModel: LinksCollectionViewModelHelper, show: MutableState<Boolean>, teams: List<Team>, collection: LinksCollection, tint: Color)

Function to share the collection with teams

Link copied to clipboard
@Composable
open fun DeleteCollectionButton(goBack: Boolean, viewModel: LinksCollectionViewModelHelper, deleteCollection: MutableState<Boolean>, collection: LinksCollection, tint: Color)

Function to delete a collection