HealthCheckResult

data class HealthCheckResult(val isInitialized: Boolean, val queueDepth: Long, val syncEnabled: Boolean, val lastHeartbeatReason: String?, val authProviderConfigured: Boolean, val encryptionEnabled: Boolean, val sdkVersion: String)

Structured health status of the SDK.

Returned by KioskOpsSdk.healthCheck. All fields reflect the current cached state; no network calls are made.

Since

0.7.0

Constructors

Link copied to clipboard
constructor(isInitialized: Boolean, queueDepth: Long, syncEnabled: Boolean, lastHeartbeatReason: String?, authProviderConfigured: Boolean, encryptionEnabled: Boolean, sdkVersion: String)

Properties

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