Collection Link Card

fun CollectionLinkCard(modifier: Modifier = Modifier, viewModel: CollectionScreenViewModel, collection: LinksCollection, showOwnerData: Boolean, link: RefyLink.RefyLinkImpl)

Custom card used to display the information of a link shared with the collection

Parameters

modifier

The modifier to apply to the component

viewModel

The support viewmodel for the screen

collection

The collection to where the link is shared

showOwnerData

Whether show the data of the owner

link

The link to display