Click or drag to resize

EnterpriseBatterySaverProfiles Class

Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Configuration.EnterpriseBatterySaverProfiles

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 class EnterpriseBatterySaverProfiles : SerializableBlob

The EnterpriseBatterySaverProfiles type exposes the following members.

Constructors
NameDescription
Public methodEnterpriseBatterySaverProfiles
Initializes a new instance of the EnterpriseBatterySaverProfiles class
Public methodEnterpriseBatterySaverProfiles
Initializes a new instance of the EnterpriseBatterySaverProfiles class
Top
Properties
NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyProfiles
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodAdd
Add a profile to the list.
Public methodRemove
Remove a profile from the list, whose name is the same as the one passed as parameter.
Top
Remarks
EnterpriseBatterySaverProfiles implements the BlobProperty that allows to manage the profiles for the Enterprise Battery Saver.
The class is managed by the ConfigurationManager Blob Property PropertyID.POWER_ENTERPRISE_BATTERY_SAVER_PROFILES.

[Android Documentation]

See Also