NavigationEventState.Idle



The UI is settled, and no navigation gesture is currently active.

Summary

Public functions

open operator Boolean
equals(other: Any?)
Cmn
open Int
Cmn
open String
Cmn

Public properties

open T

Information about the current UI state.

Cmn

Inherited properties

From androidx.navigationevent.NavigationEventState
Float

The progress of the current navigation gesture, typically from 0.0f to 1.0f.

Cmn

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

currentInfo

open val currentInfo: T

Information about the current UI state.