WindowSizeClass

@Immutable
class WindowSizeClass(source)

Window size classes are a set of opinionated viewport breakpoints to design, develop, and test responsive application layouts against. For more details check Support different screen sizes documentation.

WindowSizeClass contains a WindowWidthSizeClass and WindowHeightSizeClass, representing the window size classes for this window's width and height respectively.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

height-based window size class (WindowHeightSizeClass)

Link copied to clipboard

width-based window size class (WindowWidthSizeClass)

Functions

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