Refy View Model
The RefyViewModel class is the support class used by the related activities to communicate with the backend and to execute the refreshing routines to update the UI data
Author
N7ghtm4r3 - Tecknobit
Parameters
snackbar Host State
: the host to launch the snackbar messages
See also
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun execRefreshingRoutine(currentContext: Class<*>, routine: () -> Unit, repeatRoutine: Boolean, refreshDelay: Long)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Function to execute the request to fetch only the collections owned by the localUser, the collections fetched will be set to localUser.collections
Link copied to clipboard
Function to execute the request to fetch only the links owned by the localUser, the links fetched will be set to localUser.links
Link copied to clipboard
Function to execute the request to fetch only the teams owned by the localUser, the teams fetched will be set to localUser.teams
Link copied to clipboard
Link copied to clipboard