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