Package-level declarations

Types

Link copied to clipboard
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>
Link copied to clipboard
class IntervalAttributeCollectedEvent(val key: String, val attributeType: Type, val value: String?, val targetIntervalType: String) : EventWithArgs<IntervalAttributeCollected>
Link copied to clipboard
class IntervalEndedEvent(val intervalType: String, elapsedMillis: Long?) : EventWithArgs<IntervalEnded>
Link copied to clipboard
class IntervalStartedEvent(val contentId: String, val timeout: Long, val intervalType: String, elapsedMillis: Long?) : EventWithArgs<IntervalStarted>
Link copied to clipboard
class LogCollectedEvent(val category: String, val message: String? = null, val parameters: List<Pair<String, String?>>? = null) : EventWithArgs<LogCollected>
Link copied to clipboard
class MeasurementRestoredEvent : EventWithArgs<AndroidSuspendableCollectorsResumed>
Link copied to clipboard
class MeasurementSuspendedEvent : EventWithArgs<AndroidSuspendableCollectorsSuspended>
Link copied to clipboard
class PerformanceMeasurementCollectedEvent(val duration: Long, val name: String) : EventWithArgs<PerformanceMeasurementCollected>
Link copied to clipboard
class SdkInitializedEvent(modelVersion: String, nelVersion: String, success: Boolean, failureReason: String?) : EventWithArgs<SdkInitialized>
Link copied to clipboard
sealed class SdkStateEvent : EventWithArgs<SdkStateChanged>
Link copied to clipboard
class SourceAttributeCollectedEvent(val key: String, val attributeType: Type, val value: String?, elapsedMillis: Long?) : EventWithArgs<SourceAttributeCollected>
Link copied to clipboard
class UsageMetricsCollectedEvent(measurementDuration: Long, metricName: String, usageAmount: Long) : EventWithArgs<UsageMetricsCollected>