EnvironmentInfoEvent

class EnvironmentInfoEvent(val device: String, val model: String, val manufacturer: String, val releaseVersion: String, val sdkVersion: Int, val deviceType: EnvironmentInfoEvent.DeviceType, val screenHeight: Int, val screenWidth: Int, val versionCode: Long, val versionName: String, val firstInstallUtcTime: Instant, val lastUpdateUtcTime: Instant) : EventWithArgs<AndroidEnvironmentDetected>

Constructors

Link copied to clipboard
fun EnvironmentInfoEvent(device: String, model: String, manufacturer: String, releaseVersion: String, sdkVersion: Int, deviceType: EnvironmentInfoEvent.DeviceType, screenHeight: Int, screenWidth: Int, versionCode: Long, versionName: String, firstInstallUtcTime: Instant, lastUpdateUtcTime: Instant)

Types

Link copied to clipboard
sealed class DeviceType

Functions

Link copied to clipboard
fun addCheckpoint(message: String)
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
open override val args: AndroidEnvironmentDetected
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val firstInstallUtcTime: Instant
Link copied to clipboard
val lastUpdateUtcTime: Instant
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: String?
Link copied to clipboard
Link copied to clipboard