Click or drag to resize

IMotionTrigger Interface

Namespace:  Com.Datalogic.Device.Input
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IMotionTrigger : ITrigger, 
	IJavaObject, IDisposable, IJavaPeerable

The IMotionTrigger type exposes the following members.

Properties
  NameDescription
Public propertyCurrentSensitivity
Gets the currently set sensitivity between the ones supported.
Public propertyId
Return the unique ID associated with the trigger.
(Inherited from ITrigger.)
Public propertyIsAvailable
Checks if the trigger is available on the device.
(Inherited from ITrigger.)
Public propertyIsEnabled
Checks if the trigger is enabled.
(Inherited from ITrigger.)
Public propertyName
Return the name associated with the trigger.
(Inherited from ITrigger.)
Public propertyScanCode
Return the unique scan code associated with the trigger.
(Inherited from ITrigger.)
Public propertySupportedSensitivities
Returns the list of supported sensitivities.
Public propertyVibrationEnabled
Checks if the vibration during motion is enabled.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodSetCurrentSensitivity
Sets the current sensitivity between the ones supported.
Public methodSetEnabled
Enables or disables the trigger by specifying a boolean
(Inherited from ITrigger.)
Top
Remarks
Interface representing a trigger that automatically executes a specific action (scan by default) when a motion event is detected.

[Android Documentation]

See Also