Click or drag to resize

KeyboardManagerAvailableTriggers Property

Returns the available triggers in the device.

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 virtual IList<ITrigger> AvailableTriggers { get; }

Property Value

Type: IListITrigger
List of ITrigger objects, each representing one of the supported triggers.
Exceptions
ExceptionCondition
DeviceException - in case of error, when exceptions are enabled through the ErrorManager singleton.
Remarks

Returns the available triggers in the device.

[Android Documentation]

See Also