Custom
Links
Screen
View
Model
The CustomLinksScreenViewModel
class is the support class used by the com.tecknobit.refy.ui.screens.customs.presenter.CustomLinksScreen
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 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