Car App State
sealed class CarAppState
Content copied to clipboard
These states are communicated between the car and app.
For example, when the car changes the app state to ActiveGuidanceState The app's MainActivity will update to show the ActiveGuidanceFragment The car's MainCarSession will update to show the ActiveGuidanceScreen
Functions
Inheritors
FreeDriveState
Link copied to clipboard
RoutePreviewState
Link copied to clipboard
ActiveGuidanceState
Link copied to clipboard
ArrivalState
Link copied to clipboard