🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

WindowAdaptiveInfo

This class collects window info that affects adaptation decisions.

Source set: Common
class WindowAdaptiveInfo(
    val windowSizeClass: WindowSizeClass,
    val windowPosture: Posture
)

This class collects window info that affects adaptation decisions. An adaptive layout is supposed to use the info from this class to decide how the layout is supposed to be adapted.

Parameters

windowSizeClass WindowSizeClass of the current window.
windowPosture Posture of the current window.

Functions

equals

Source set: Common
override fun equals(other: Any?): Boolean

hashCode

Source set: Common
override fun hashCode(): Int

toString

Source set: Common
override fun toString(): String

Content updated: