Package-level declarations

Types

Link copied to clipboard
@Serializable
data class AmetistaApplication(    val id: String,     val name: String,     val creationDate: Long,     val applicationIcon: String,     val description: String,     val platforms: Set<Platform>,     val issues: List<IssueAnalyticImpl> = emptyList(),     val performanceAnalytics: List<PerformanceAnalytic> = emptyList()) : AmetistaItem

The AmetistaApplication class is used represent an application of the Ametista system

Link copied to clipboard
@Serializable
data class AmetistaDevice(val id: String, val brand: String, val model: String, val os: String, val osVersion: String)

The AmetistaDevice class is used represent a device of the Ametista system