Package-level declarations
Functions
Link copied to clipboard
fun LinkCardContainer(modifier: Modifier = Modifier, viewModel: EquinoxViewModel, link: RefyLink, onClick: (UriHandler) -> Unit = { uriHandler -> uriHandler.openUri(link.reference) }, onLongClick: () -> Unit = {
navToUpsertLinkScreen(
link = link
)
}, showOwnerData: Boolean = false, extraInformation: @Composable () -> Unit? = null, extraButton: @Composable () -> Unit? = null, cancelButton: @Composable RowScope.() -> Unit)
Container used to display a custom card with the details of a RefyLink.