chrome-devtools-kotlin
5.1.0-1165014
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.emulation
/
ScreenOrientation
Screen
Orientation
@
Serializable
data
class
ScreenOrientation
(
val
type
:
ScreenOrientationType
,
val
angle
:
Int
)
(
source
)
Screen orientation.
Official doc
Members
Constructors
Screen
Orientation
Link copied to clipboard
constructor
(
type
:
ScreenOrientationType
,
angle
:
Int
)
Properties
angle
Link copied to clipboard
val
angle
:
Int
Orientation angle.
type
Link copied to clipboard
val
type
:
ScreenOrientationType
Orientation type.