Package-level declarations

Types

Link copied to clipboard

The IssueAnalytic is used represent an issue of the Ametista system

Link copied to clipboard
@Serializable
data class IssueAnalyticImpl(    val id: String,     val name: String,     val creationDate: Long,     val appVersion: String,     val platform: Platform,     val issue: String,     val device: AmetistaDevice) : IssueAnalytic

The IssueAnalyticImpl is the implementation of the IssueAnalytic interface

Link copied to clipboard
@Serializable
data class WebIssueAnalytic(    val id: String,     val name: String,     val creationDate: Long,     val appVersion: String,     val platform: Platform,     val issue: String,     val device: AmetistaDevice,     val browser: String,     val browserVersion: String) : IssueAnalytic

The WebIssueAnalytic represents an issue occurred on the web platform