Refy
Screen
View
Model
The RefyScreenViewModel class is the
support class used to handle the operations of a com.tecknobit.refy.ui.shared.presenters.RefyScreen,
for example the requests to the backend
Author
N7ghtm4r3 - Tecknobit
See also
Inheritors
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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