NavigationEventState.InProgress



A navigation gesture is actively in progress.

Summary

Public functions

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

Public properties

open T

The UI state the gesture is navigating towards.

Cmn
NavigationEvent

The latest NavigationEvent in the gesture sequence, containing details like touch position and progress.

Cmn
T?

The UI state the gesture is navigating away from.

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

The UI state the gesture is navigating towards.

latestEvent

val latestEventNavigationEvent

The latest NavigationEvent in the gesture sequence, containing details like touch position and progress.

previousInfo

val previousInfo: T?

The UI state the gesture is navigating away from.