SensorManager.DynamicSensorCallback.OnDynamicSensorConnected(Sensor) 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 connected to the system.
[Android.Runtime.Register("onDynamicSensorConnected", "(Landroid/hardware/Sensor;)V", "GetOnDynamicSensorConnected_Landroid_hardware_Sensor_Handler", ApiSince=24)]
public virtual void OnDynamicSensorConnected (Android.Hardware.Sensor? sensor);
[<Android.Runtime.Register("onDynamicSensorConnected", "(Landroid/hardware/Sensor;)V", "GetOnDynamicSensorConnected_Landroid_hardware_Sensor_Handler", ApiSince=24)>]
abstract member OnDynamicSensorConnected : Android.Hardware.Sensor -> unit
override this.OnDynamicSensorConnected : Android.Hardware.Sensor -> unit
Parameters
- sensor
- Sensor
the newly connected sensor. See android.hardware.Sensor Sensor
.
- Attributes
Remarks
Called when there is a dynamic sensor being connected to 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.