Click or drag to resize

WhitelistingPersistence Class

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

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

The WhitelistingPersistence type exposes the following members.

Properties
NameDescription
Public propertyDefault
Object with this level of persistence cannot be deleted.
Public propertyEnterpriseReset
To be added.
Public propertyFactoryReset
To be added.
Public propertyJniPeerMembers
To be added.
Public propertyRamOnly
To be added.
Public propertyReboot
Persistence only at reboot.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Public propertyUndefined
Undefined property.
Top
Methods
NameDescription
Public methodFromInt
Retrieves the corresponding WhitelistingPersistence value, from a valid integer.
Public methodToInt
Converts the WhitelistingPersistence enum to its integer representing 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

[Android Documentation]

See Also