Collection Screen

class CollectionScreen(collectionId: String, collectionName: String, collectionColor: String) : ItemScreen<LinksCollection, CollectionScreenViewModel>

The CollectionScreen class is useful to display the information of a LinksCollection and manage which links are attached and where the collection is shared

Author

N7ghtm4r3 - Tecknobit

Parameters

collectionId

The identifier of the collection

collectionName

The name of the collection

collectionColor

The color of the collection

See also

EquinoxScreen

Constructors

Link copied to clipboard
constructor(collectionId: String, collectionName: String, collectionColor: String)

Functions

Link copied to clipboard