Package-level declarations

Types

Link copied to clipboard
class ConsumeDebugBatteryUseCase(debugModeRepository: DebugModeRepository, observeIsActiveGuidance: ObserveIsActiveGuidanceUseCase, observeEvDataOverride: ObserveEvDataOverride) : MapboxNavigationObserver
Link copied to clipboard
class IsDevOrDebugBuildUseCase(applicationRepository: ApplicationRepository)
Link copied to clipboard
Link copied to clipboard
class UploadDebugBundleUseCase(debugBundleConfigurator: DebugBundleConfigurator, captureSystemLogcatUseCase: CaptureSystemLogcatUseCase, mapSnapshotCapturer: MapSnapshotCapturer, captureSystemInfoUseCase: CaptureSystemInfoUseCase, captureHistoryUseCase: CaptureHistoryUseCase, captureMetadataUseCase: CaptureMetadataUseCase, captureDataSnapshotUseCase: CaptureDataSnapshotUseCase, zipFolderUseCase: ZipFolderUseCase, uploadFileToRemoteStorage: UploadFileToRemoteStorageUseCase, isRemoteStorageSupported: GetIsRemoteStorageSupportedUseCase, removeFilesUseCase: RemoveFilesUseCase)