Click or drag to resize

EnterpriseBatterySaverActivationItems Class

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

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 EnterpriseBatterySaverActivationItems : SerializableBlob

The EnterpriseBatterySaverActivationItems type exposes the following members.

Constructors
NameDescription
Public methodEnterpriseBatterySaverActivationItems
Initializes a new instance of the EnterpriseBatterySaverActivationItems class
Public methodEnterpriseBatterySaverActivationItems
Initializes a new instance of the EnterpriseBatterySaverActivationItems class
Top
Properties
NameDescription
Public propertyActivationItems
To be added.
Public propertyJniPeerMembers
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodAdd
Adds an activation item to the list.
Public methodRemove
Removes an activation item from the list, whose name matches the one of the activation item passed as parameter.
Top
Remarks
EnterpriseBatterySaverActivationItems implements the BlobProperty that allows to manage the activation items for the Enterprise Battery Saver.
The class is managed by the ConfigurationManager Blob Property PropertyID.POWER_ENTERPRISE_BATTERY_SAVER_ACTIVATION_ITEMS.

[Android Documentation]

See Also