Product Info
data class ProductInfo(val pid: String, val solution: Solution, val bindSolution: Solution, val model: String, val name: String, val bleMID: Int, val blePID: Int, val imageUrl: String, val imageUrlA: String, val imageUrlC: String, val imageUrlD: String, val manufacturer: String, val isSupport5GWifi: Boolean, val deviceFeatures: Set<ProductInfo.DeviceFeature>, val supportBindTypes: Set<ProductInfo.BindType>, val firstPriorityBindType: ProductInfo.BindType, val bindGuideUrlPath: String, val multiButtonConfig: ProductInfo.MultiButtonConfig, val numberOfViews: Int, val iOSMinVersion: String, val androidMinVersion: String, val rawFreeSecs: String, val rawJson: String)
Constructors
Link copied to clipboard
constructor(pid: String, solution: Solution, bindSolution: Solution, model: String, name: String, bleMID: Int, blePID: Int, imageUrl: String, imageUrlA: String, imageUrlC: String, imageUrlD: String, manufacturer: String, isSupport5GWifi: Boolean, deviceFeatures: Set<ProductInfo.DeviceFeature>, supportBindTypes: Set<ProductInfo.BindType>, firstPriorityBindType: ProductInfo.BindType, bindGuideUrlPath: String, multiButtonConfig: ProductInfo.MultiButtonConfig, numberOfViews: Int, iOSMinVersion: String, androidMinVersion: String, rawFreeSecs: String, rawJson: String)
Types
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard