A listener for receiving device orientation from the FusedOrientationProviderClient.
The listener can be registered by calling
FusedOrientationProviderClient.requestOrientationUpdates(DeviceOrientationRequest, Executor,
DeviceOrientationListener).
| abstract void |
onDeviceOrientationChanged(DeviceOrientation
deviceOrientation)
Invoked when a new
DeviceOrientation
is available.
|
Invoked when a new DeviceOrientation
is available.