CompatibilityResponse

data class CompatibilityResponse(val description: String? = null, val isCompatible: Boolean? = null, val issues: List<String>? = null, val message: String? = null)

Product compatibility

Constructors

Link copied to clipboard
constructor(description: String? = null, isCompatible: Boolean? = null, issues: List<String>? = null, message: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Full error message if any compatibility issues are found

Link copied to clipboard
val isCompatible: Boolean? = null

Tells if product is compatible with current device

Link copied to clipboard
val issues: List<String>? = null

List of all issues found

Link copied to clipboard
val message: String? = null

Short error message if any compatibility issues are found