SensorEventCallback.OnFlushCompleted(Sensor) Method

Definition

Called after flush() is completed.

[Android.Runtime.Register("onFlushCompleted", "(Landroid/hardware/Sensor;)V", "GetOnFlushCompleted_Landroid_hardware_Sensor_Handler", ApiSince=24)]
public virtual void OnFlushCompleted (Android.Hardware.Sensor? sensor);
[<Android.Runtime.Register("onFlushCompleted", "(Landroid/hardware/Sensor;)V", "GetOnFlushCompleted_Landroid_hardware_Sensor_Handler", ApiSince=24)>]
abstract member OnFlushCompleted : Android.Hardware.Sensor -> unit
override this.OnFlushCompleted : Android.Hardware.Sensor -> unit

Parameters

sensor
Sensor

Implements

Attributes

Remarks

Called after flush() is completed.

Java documentation for android.hardware.SensorEventCallback.onFlushCompleted(android.hardware.Sensor).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to