ScreenOrientation

@Serializable
data class ScreenOrientation(val type: ScreenOrientationType, val angle: Int)

Screen orientation.

Official doc

Constructors

Link copied to clipboard
constructor(type: ScreenOrientationType, angle: Int)

Properties

Link copied to clipboard
val angle: Int

Orientation angle.

Link copied to clipboard

Orientation type.