Package com.tomtom.ivi.platform.errorreporter.api.service.errorreporter

Types

Link copied to clipboard
interface ErrorReporterConsentService

The ErrorReporterConsentService deals with the user's consent to collect data to be attached to an error report.

Link copied to clipboard
interface ErrorReporterService

The ErrorReporterService collects useful data such as device name, OS and application version, logs, screenshots, video recordings, etc., and allows the user to send error reports containing that collected data to the development team.

Link copied to clipboard
data class ErrorReportState(    val step: ReportStep? = null,     val reportAutoSubmitTime: Instant? = null,     val audioRecordStartTime: Instant? = null) : Parcelable

ErrorReportState describes the state of the error report during its creation.

Link copied to clipboard
enum ReportStep : Enum<ReportStep>