Click or drag to resize

BatteryChargingProfilePersistencePolicy Class

Enum defines the policies for applying the battery charging profile used by the property .
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Configuration.BatteryChargingProfilePersistencePolicy

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 BatteryChargingProfilePersistencePolicy : Enum

The BatteryChargingProfilePersistencePolicy type exposes the following members.

Properties
NameDescription
Public propertyJniPeerMembers
To be added.
Public propertySetByBattery
To be added.
Public propertySetByDevice
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Public propertyUndefined
Undefined property.
Top
Methods
NameDescription
Public methodFromInt
Retrieves the corresponding BatteryChargingProfilePersistencePolicy value, from a valid integer.
Public methodToInt
Retrieves the corresponding int value.
Public methodValueOf
Returns the enum constant of this class with the specified name.
Public methodValues
Returns an array containing the constants of this enum class, in the order they are declared.
Top
Remarks
Enum BatteryChargingProfilePersistencePolicy defines the policies for applying the battery charging profile used by the property PropertyID.POWER_BATTERY_CHARGING_PROFILE_PERSISTENCE_POLICY.

[Android Documentation]

See Also