MainViewModel

class MainViewModel(loaderRefHolder: LoaderRefHolder, analytics: Analytics, appStore: AppStore, intentHandler: IntentHandler?, deviceType: DeviceType, leaveAppUseCase: LeaveAppUseCase) : ViewModel

Constructors

Link copied to clipboard
constructor(loaderRefHolder: LoaderRefHolder, analytics: Analytics, appStore: AppStore, intentHandler: IntentHandler?, deviceType: DeviceType, leaveAppUseCase: LeaveAppUseCase)

Functions

Link copied to clipboard
Link copied to clipboard
fun init()
Link copied to clipboard
fun onDestroy(isFinishing: Boolean)
Link copied to clipboard
fun onLaunchIntent(intent: Intent)
Link copied to clipboard
fun onNewIntent(intent: Intent)