Click or drag to resize

EnterpriseBatterySaverProfilesAdd Method

Add a profile to the list.

Namespace:  Com.Datalogic.Decode
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public virtual void Add (Com.Datalogic.Device.Configuration.EnterpriseBatterySaverProfiles.Profile profile);

Parameters

profile
Type: Com.Datalogic.Device.Configuration.EnterpriseBatterySaverProfiles+Profile
The profile to add.
Exceptions
Exception Condition
IllegalArgumentException if the profile is null.
Remarks
Add a profile to the list. If a profile with the same name already exists, it will be replaced.

[Android Documentation]

See Also

Reference