android.hardware.SensorEventListener2 |
Used for receiving a notification when a flush() has been successfully completed.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called after flush() is completed.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.hardware.SensorEventListener
|
Called after flush() is completed. This flush() could have been initiated by this application or some other application. All the events in the batch at the point when the flush was called have been delivered to the applications registered for those sensor events.
sensor | The Sensor on which flush was called. |
---|