cvauto
cvauto
/
com.waicool20.cvauto.android
/
AndroidDevice
/
Properties
Properties
data
class
Properties
(
val
androidVersion
:
String
,
val
brand
:
String
,
val
manufacturer
:
String
,
val
model
:
String
,
val
name
:
String
,
val
displayWidth
:
Pixels
,
val
displayHeight
:
Pixels
)
Wrapper class containing the basic properties of an android device
Constructors
Properties
Constructors
Properties
Link copied to clipboard
fun
Properties
(
androidVersion
:
String
,
brand
:
String
,
manufacturer
:
String
,
model
:
String
,
name
:
String
,
displayWidth
:
Pixels
,
displayHeight
:
Pixels
)
Properties
android
Version
Link copied to clipboard
val
androidVersion
:
String
brand
Link copied to clipboard
val
brand
:
String
display
Height
Link copied to clipboard
val
displayHeight
:
Pixels
display
Width
Link copied to clipboard
val
displayWidth
:
Pixels
manufacturer
Link copied to clipboard
val
manufacturer
:
String
model
Link copied to clipboard
val
model
:
String
name
Link copied to clipboard
val
name
:
String