Inheritance HierarchyObject
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)
Syntaxpublic class ProfileRuleType : Object
Public Class ProfileRuleType
Inherits Object
The ProfileRuleType type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Classes | 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. |
 | JniPeerMembers | To be added. |
 | Name | Identifier of the rule. |
 | PackageName | Package of the activities. |
 | Profile | Name of the profile. |
Top
Remarkspublic 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