Resolution

Represents the screen resolution of a device in height and width, expressed in pixels.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val height: Int?

The screen resolution's height, expressed in pixels.

Link copied to clipboard
val width: Int?

The screen resolution's width, expressed in pixels.

Functions

Link copied to clipboard
inline fun copy(block: Resolution.Builder.() -> Unit = {}): Resolution
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String