Click or drag to resize
SelfshoppingLedManagerAvailableLedEvents Property
Returns a list of all available LED events, being them predefined or created by applications.

Namespace: Com.Datalogic.Extension.Selfshopping.Led
Assembly: datalogic-xamarin-sdk-selfshopping (in datalogic-xamarin-sdk-selfshopping.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual IList<ILedEvent> AvailableLedEvents { get; }

Property Value

Type: IListILedEvent
The list of available LED events.
Remarks

Returns a list of all available LED events, being them predefined or created by applications.

[Android Documentation]

See Also