PlatformInfo

data class PlatformInfo(type: String?, vendor: String?, model: String?)

Functions

toString
Link copied to clipboard
common
open override fun toString(): String

Properties

model
Link copied to clipboard
common
val model: String?
type
Link copied to clipboard
common
val type: String?
vendor
Link copied to clipboard
common
val vendor: String?