Click or drag to resize

ProfileRuleType Class

Inheritance Hierarchy
Object
  Com.Datalogic.Device.ConfigurationProfileRuleType

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 ProfileRuleType : Object

The ProfileRuleType type exposes the following members.

Constructors
  NameDescription
Public methodProfileRuleType
Initializes a new instance of the ProfileRuleType class
Top
Properties
  NameDescription
Public propertyClasses
List of the names of the classes inside of package for which the profile must be loaded; an empty list means all the activities of the package.
Public propertyJniPeerMembers
To be added.
Public propertyName
Identifier of the rule.
Public propertyPackageName
Package of the activities.
Public propertyProfile
Name of the profile.
Top
Remarks
public class ProfileRuleType { is the class that implements the descriptor of the association of a profile to a set of activities. When one of the listed activities comes to the foreground the profile is automatically loaded. When the activity is no more in foreground the previous configuration will be restored.

[Android Documentation]

See Also