Refy Link Card
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
on Click
: the action to execute when the card has been clicked
on Long Click
: the action to execute when the card has been clicked for a long period
show Complete Options Bar
: whether show the complete options bar if the localUser is authorized