Package-level declarations
Types
Link copied to clipboard
abstract class EquinoxAuthViewModel( val snackbarHostState: SnackbarHostState, val requester: EquinoxRequester, val localUser: EquinoxLocalUser) : EquinoxViewModel
The EquinoxAuthViewModel class is the support class used to execute the authentication requests to the backend
Link copied to clipboard
open class EquinoxProfileViewModel( val snackbarHostState: SnackbarHostState, val requester: EquinoxRequester, val localUser: EquinoxLocalUser) : EquinoxViewModel
The EquinoxProfileViewModel class is the support class used to change the user account settings or preferences
Link copied to clipboard
abstract class EquinoxViewModel(val snackbarHostState: SnackbarHostState? = null) : ViewModel, Retriever.RetrieverWrapper
The EquinoxViewModel
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