SystemBarStableState

sealed interface SystemBarStableState

Represents stable (system-defined) state of a system bar.
Distinguishes between not-ready, not-present, and stable-present states explicitly.

시스템 바의 stable(시스템 정의) 상태를 나타냅니다.
준비되지 않음, 미존재, stable 존재 상태를 명시적으로 구분합니다.

Inheritors

Types

Link copied to clipboard

System bar stable area does not exist on this device/mode.

현재 디바이스/모드에서 시스템 바 stable 영역이 존재하지 않습니다.

Link copied to clipboard

Window/view/insets are not ready yet (too early call).

Window/view/insets가 아직 준비되지 않았습니다 (너무 이른 호출).

Link copied to clipboard
data class Stable(val rect: Rect) : SystemBarStableState

Stable system bar area is available with window coordinates.

stable 시스템 바 영역이 존재하며 윈도우 좌표를 제공합니다.