Click or drag to resize

EnterpriseBatterySaverProfilesRemove Method

Remove a profile from the list, whose name is the same as the one passed as parameter.

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 Remove (Com.Datalogic.Device.Configuration.EnterpriseBatterySaverProfiles.Profile profile);

Parameters

profile
Type: Com.Datalogic.Device.Configuration.EnterpriseBatterySaverProfiles+Profile
The profile to remove.
Exceptions
Exception Condition
IllegalArgumentException if the profile is null.
Remarks
Remove a profile from the list, whose name is the same as the one passed as parameter.

[Android Documentation]

See Also

Reference