LoadingViewModel

Constructors

Link copied to clipboard
fun LoadingViewModel(application: Application)

Functions

Link copied to clipboard
Link copied to clipboard
open fun <T : Application> getApplication(): T
Link copied to clipboard
fun startLoading(deepLinkPath: String?)

Requests the view model to start loading

Link copied to clipboard

Tries calling load again, when an error occurred. Only gets called when errorMessage is not null, this is, when an error occurred.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Stores whether or not the device is compatible with MD5 encryption. If not, updates may not work correctly.

Link copied to clipboard

Stores whether or not the user was using the app before the migration to DataStore. If so, show a warning, and try to migrate.