SendDebugBundleViewModel

class SendDebugBundleViewModel(observeSendLogsButtonVisibility: ObserveSendLogsButtonVisibilityUseCase, locationRepository: LocationRepository, uploadDebugBundleUseCase: UploadDebugBundleUseCase) : ViewModel

Constructors

Link copied to clipboard
constructor(observeSendLogsButtonVisibility: ObserveSendLogsButtonVisibilityUseCase, locationRepository: LocationRepository, uploadDebugBundleUseCase: UploadDebugBundleUseCase)

Properties

Link copied to clipboard
Link copied to clipboard
val isLoading: StateFlow<Boolean>
Link copied to clipboard
Link copied to clipboard

Functions

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