Click or drag to resize

ITrigger 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 ITrigger : IJavaObject, 
	IDisposable, IJavaPeerable

The ITrigger type exposes the following members.

Properties
  NameDescription
Public propertyId
Return the unique ID associated with the trigger.
Public propertyIsAvailable
Checks if the trigger is available on the device.
Public propertyIsEnabled
Checks if the trigger is enabled.
Public propertyName
Return the name associated with the trigger.
Public propertyScanCode
Return the unique scan code associated with the trigger.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodSetEnabled
Enables or disables the trigger by specifying a boolean
Top
Remarks
Interface representing a trigger associated by default with the scan action.

[Android Documentation]

See Also