ScreenOrientation

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

Screen orientation.

Constructors

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

Properties

Link copied to clipboard
val angle: Int

Orientation angle.

Link copied to clipboard

Orientation type.