chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.emulation / ScreenOrientation

ScreenOrientation

data class ScreenOrientation

Screen orientation.

Constructors

<init>

Screen orientation.

ScreenOrientation(type: String, angle: Int)

Properties

angle

Orientation angle.

val angle: Int

type

Orientation type.

val type: String