toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.emulation
/
ScreenOrientation
Screen
Orientation
@
Serializable
data
class
ScreenOrientation
(
val
type
:
ScreenOrientationType
,
val
angle
:
Int
)
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.