Click or drag to resize

ProfileManagerProfilesList Property

Gets the list of all the profiles saved on the device.

Namespace:  Com.Datalogic.Device.Configuration
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual IList<ProfileType> ProfilesList { get; }

Property Value

Type: IListProfileType
ArrayList<&lt;a href="../../../../com/datalogic/device/configuration/ProfileType.html" title="class in com.datalogic.device.configuration">ProfileType> in case of success, otherwise, if exceptions are not enabled, a null pointer.
Exceptions
ExceptionCondition
ConfigException - in case of error, when exceptions are enabled through the ErrorManager singleton.
Remarks

Gets the list of all the profiles saved on the device.

[Android Documentation]

See Also