samples
0.4.3
samples
/
sample.enums
/
DeviceKind
Device
Kind
enum
DeviceKind
:
Enum
<
DeviceKind
>
Content copied to clipboard
Entries
Properties
Entries
Chromebook
Link copied to clipboard
Chromebook
(
"Chrome"
,
3
)
Content copied to clipboard
Smartwatches
Link copied to clipboard
Smartwatches
(
"Samsung browser"
,
4
)
Content copied to clipboard
Tablet
Link copied to clipboard
Tablet
(
"Xiaomi"
,
2
)
Content copied to clipboard
Computer
Link copied to clipboard
Computer
(
"Firefox"
,
1
)
Content copied to clipboard
Smartphone
Link copied to clipboard
Smartphone
(
"ios"
,
0
)
Content copied to clipboard
Properties
index
Link copied to clipboard
val
index
:
Int
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard
userAgent
Link copied to clipboard
val
userAgent
:
String
Content copied to clipboard