ValidationResult

data class ValidationResult(val isValid: Boolean, val settingsCount: Int, val schemaVersion: Int, val exportedAt: Long, val issues: List<String>, val deviceInfo: DeviceInfo? = null)

Constructors

Link copied to clipboard
constructor(isValid: Boolean, settingsCount: Int, schemaVersion: Int, exportedAt: Long, issues: List<String>, deviceInfo: DeviceInfo? = null)

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