NavigationEventState.Idle


public final class NavigationEventState.Idle<T extends NavigationEventInfo> extends NavigationEventState


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

Summary

Public methods

boolean
equals(Object other)
@NonNull T

Information about the current UI state.

int
@NonNull String

Inherited methods

From androidx.navigationevent.NavigationEventState
final float

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

Public methods

equals

public boolean equals(Object other)

getCurrentInfo

public @NonNullgetCurrentInfo()

Information about the current UI state.

hashCode

public int hashCode()

toString

public @NonNull String toString()