public enum

NavigationState.ServiceStatus

extends java.lang.Enum<NavigationState.ServiceStatus>

 java.lang.Object

↳java.lang.Enum<NavigationState.ServiceStatus>

↳androidx.car.cluster.navigation.NavigationState.ServiceStatus

Overview

Possible service states

Summary

Enum Constants
NORMALDefault service status, indicating that navigation state data is valid and up-to-date.
REROUTINGNew navigation information is being fetched, and an updated navigation state will be provided soon.
Methods
public static NavigationState.ServiceStatusvalueOf(java.lang.String name)

public static NavigationState.ServiceStatusvalues()

from java.lang.Enum<E>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
from java.lang.ObjectgetClass, notify, notifyAll, wait, wait, wait

Enum Constants

NORMAL

Default service status, indicating that navigation state data is valid and up-to-date.

REROUTING

New navigation information is being fetched, and an updated navigation state will be provided soon. Consumers can use this signal to display a progress indicator to the user.

Methods

public static NavigationState.ServiceStatus values()

public static NavigationState.ServiceStatus valueOf(java.lang.String name)