WebcomViewModel

abstract class WebcomViewModel(application: WebcomApplication) : ViewModel

Functions

clear
Link copied to clipboard
fun clear()
getTag
Link copied to clipboard
open fun <T : Any> getTag(p0: String): T
setTagIfAbsent
Link copied to clipboard
open fun <T : Any> setTagIfAbsent(p0: String, p1: T): T

Properties

application
Link copied to clipboard
val application: WebcomApplication
authenticationService
Link copied to clipboard
val authenticationService: AuthenticationService
datasyncManager
Link copied to clipboard
val datasyncManager: DatasyncManager
datasyncService
Link copied to clipboard
val datasyncService: DatasyncService