Screen

@Serializable
data class Screen(val height: Int, val width: Int)

Information about the device screen.

Constructors

Link copied to clipboard
constructor(height: Int, width: Int)

Properties

Link copied to clipboard
val height: Int

The height of the screen, in pixels.

Link copied to clipboard
val width: Int

The width of the screen, in pixels.