Links
Screen
View
Model
The LinksScreenViewModel class is the
support class used by the com.tecknobit.refy.ui.screens.links.presenter.LinksScreen
Author
N7ghtm4r3 - Tecknobit
See also
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Method to request to delete a link
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Routine to perform when the server is currently offline
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun shareLinkWithCollections(link: RefyLink.RefyLinkImpl, collections: List<LinksCollection>, afterShared: () -> Unit)
Method to share a link with collections
Link copied to clipboard
Method to share a link with teams
Link copied to clipboard
fun showSnackbarMessage(message: String, actionLabel: String?, onDismiss: () -> Unit?, onActionPerformed: () -> Unit?, withDismissAction: Boolean, duration: SnackbarDuration)
fun showSnackbarMessage(response: JsonObject, actionLabel: String?, onDismiss: () -> Unit?, onActionPerformed: () -> Unit?, withDismissAction: Boolean, duration: SnackbarDuration)
fun showSnackbarMessage(message: StringResource, actionLabel: StringResource?, onDismiss: () -> Unit?, onActionPerformed: () -> Unit?, withDismissAction: Boolean, duration: SnackbarDuration)
Link copied to clipboard
Link copied to clipboard