SendDebugBundleViewModel

class SendDebugBundleViewModel(    observeSendDebugInfoButtonEnabledUseCase: ObserveSendDebugInfoButtonEnabledUseCase,     locationRepository: LocationRepository,     uploadDebugBundleUseCase: UploadDebugBundleUseCase,     resources: Resources) : ViewModel

Constructors

Link copied to clipboard
constructor(    observeSendDebugInfoButtonEnabledUseCase: ObserveSendDebugInfoButtonEnabledUseCase,     locationRepository: LocationRepository,     uploadDebugBundleUseCase: UploadDebugBundleUseCase,     resources: Resources)

Properties

Link copied to clipboard
val isLoading: StateFlow<Boolean>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val toastMessages: Flow<Int>

Functions

Link copied to clipboard
Link copied to clipboard
fun onClick()