BlinkID
Toggle table of contents
productionRelease
Target filter
productionRelease
Switch theme
Search in API
Skip to content
BlinkID
blinkid-core
/
com.microblink.blinkid.core.ping.pinglets
/
BrowserDeviceInfo
/
Screen
Screen
@
Serializable
data
class
Screen
(
val
screenWidth
:
Long
,
val
screenHeight
:
Long
,
val
devicePixelRatio
:
Double
,
val
physicalScreenWidth
:
Double
,
val
physicalScreenHeight
:
Double
,
val
maxTouchPoints
:
Long
)
Members
Constructors
Screen
Link copied to clipboard
constructor
(
screenWidth
:
Long
,
screenHeight
:
Long
,
devicePixelRatio
:
Double
,
physicalScreenWidth
:
Double
,
physicalScreenHeight
:
Double
,
maxTouchPoints
:
Long
)
Properties
device
Pixel
Ratio
Link copied to clipboard
@
SerialName
(
value
=
"devicePixelRatio"
)
val
devicePixelRatio
:
Double
max
Touch
Points
Link copied to clipboard
@
SerialName
(
value
=
"maxTouchPoints"
)
val
maxTouchPoints
:
Long
physical
Screen
Height
Link copied to clipboard
@
SerialName
(
value
=
"physicalScreenHeight"
)
val
physicalScreenHeight
:
Double
physical
Screen
Width
Link copied to clipboard
@
SerialName
(
value
=
"physicalScreenWidth"
)
val
physicalScreenWidth
:
Double
screen
Height
Link copied to clipboard
@
SerialName
(
value
=
"screenHeight"
)
val
screenHeight
:
Long
screen
Width
Link copied to clipboard
@
SerialName
(
value
=
"screenWidth"
)
val
screenWidth
:
Long