NavigationEventDispatcherOwner


public interface NavigationEventDispatcherOwner

Known direct subclasses
ComponentActivity

Base class for activities that enables composition of higher level components.

ComponentDialog

Base class for dialogs that enables composition of higher level components.

Known indirect subclasses
AlertDialog

A subclass of Dialog that can display one, two or three buttons.

AppCompatActivity

Base class for activities that wish to use some of the newer platform features on older Android devices.

AppCompatDialog

Base class for AppCompat themed android.app.Dialogs.

BaseCarAppActivity

Core logic for CarAppLibrary Activity interaction with a host.

CarAppActivity

The class representing a car app activity in the main display.

FragmentActivity

Base class for activities that want to use the support-based Fragments.

LauncherActivity

This class handles providing the right launcher activity when running native applications and Car App Library applications.

MediaRouteChooserDialog

This class implements the route chooser dialog for MediaRouter.

MediaRouteControllerDialog

This class implements the route controller dialog for MediaRouter.

SdkActivity

Activity to start for SDKs running locally.


A class that has an NavigationEventDispatcher that allows you to register a NavigationEventCallback for handling navigation events.

It is expected that classes that implement this interface route navigation events to the dispatcher.

Summary

Public methods

abstract @NonNull NavigationEventDispatcher

The NavigationEventDispatcher that should handle the navigation events.

Public methods

getNavigationEventDispatcher

Added in 1.0.0-alpha01
abstract @NonNull NavigationEventDispatcher getNavigationEventDispatcher()

The NavigationEventDispatcher that should handle the navigation events.