NavigationEventInfo.None


public static class NavigationEventInfo.None extends NavigationEventInfo


A default used when no specific information is associated with a navigation event.

This serves as a null object when context about the UI state is unavailable or not needed.

Summary

Public fields

static @NonNull NavigationEventInfo.None

Inherited methods

From androidx.navigationevent.NavigationEventInfo
String

Defines the title of the navigation destination.

String

Defines the URL or path representation of the navigation destination.

Public fields

INSTANCE

Added in 1.0.0
public static @NonNull NavigationEventInfo.None INSTANCE