TriggerEventListener.OnTrigger(TriggerEvent) Method

Definition

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

e
TriggerEvent

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.

Java documentation for android.hardware.TriggerEventListener.onTrigger(android.hardware.TriggerEvent).

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