Refy Link Card

@Composable
fun RefyLinkCard(link: T, onClick: () -> Unit, onLongClick: () -> Unit, showCompleteOptionsBar: Boolean = true)

Function to create a Card to display the RefyLink's details

Parameters

link

: the link to display

onClick

: the action to execute when the card has been clicked

onLongClick

: the action to execute when the card has been clicked for a long period

showCompleteOptionsBar

: whether show the complete options bar if the localUser is authorized