ControllerManager.EventListener

public static interface ControllerManager.EventListener

Receives VR Service events related to the Daydream controller.

Public Methods

abstract void
onApiStatusChanged(int status)
Called when the ControllerManager's API changes status.
abstract void
onRecentered()
Called when the user has recentered the controller's orientation.

Public Methods

public abstract void onApiStatusChanged (int status)

Called when the ControllerManager's API changes status. May be called on any thread.

Parameters
status a ControllerManager.ApiStatus value.

public abstract void onRecentered ()

Called when the user has recentered the controller's orientation. The application should recenter the head pose via recenterHeadTracker()