SensorManager.DynamicSensorCallback.OnDynamicSensorDisconnected Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when there is a dynamic sensor being disconnected from the system.
[Android.Runtime.Register("onDynamicSensorDisconnected", "(Landroid/hardware/Sensor;)V", "GetOnDynamicSensorDisconnected_Landroid_hardware_Sensor_Handler", ApiSince=24)]
public virtual void OnDynamicSensorDisconnected (Android.Hardware.Sensor? sensor);
[<Android.Runtime.Register("onDynamicSensorDisconnected", "(Landroid/hardware/Sensor;)V", "GetOnDynamicSensorDisconnected_Landroid_hardware_Sensor_Handler", ApiSince=24)>]
abstract member OnDynamicSensorDisconnected : Android.Hardware.Sensor -> unit
override this.OnDynamicSensorDisconnected : Android.Hardware.Sensor -> unit
Parameters
- sensor
- Sensor
the disconnected sensor. See android.hardware.Sensor Sensor
.
- Attributes
Remarks
Called when there is a dynamic sensor being disconnected from the system.
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.