TriggerEventListener.OnTrigger(TriggerEvent) 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.
The method that will be called when the sensor is triggered.
[Android.Runtime.Register("onTrigger", "(Landroid/hardware/TriggerEvent;)V", "GetOnTrigger_Landroid_hardware_TriggerEvent_Handler")]
public abstract void OnTrigger (Android.Hardware.TriggerEvent? e);
[<Android.Runtime.Register("onTrigger", "(Landroid/hardware/TriggerEvent;)V", "GetOnTrigger_Landroid_hardware_TriggerEvent_Handler")>]
abstract member OnTrigger : Android.Hardware.TriggerEvent -> unit
Parameters
The details of the event.
- Attributes
Remarks
The method that will be called when the sensor is triggered. Override this method in your implementation of this class.
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.