RestrictionEntryType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values returned by several types and taken as a parameter of the F:Android.Content.RestrictionEntry..ctor member.
public enum RestrictionEntryType
type RestrictionEntryType =
- Inheritance
-
RestrictionEntryType
Fields
| Name | Value | Description |
|---|---|---|
| Null | 0 | A type of restriction. |
| Boolean | 1 | A type of restriction. |
| Choice | 2 | A type of restriction. |
| MultiSelect | 4 | A type of restriction. |
| Integer | 5 | Restriction of type "integer". Use this for storing an integer value. The range of values is from Integer.MIN_VALUE to Integer.MAX_VALUE . |
| String | 6 | Restriction of type "string". Use this for storing a string value. |
| Bundle | 7 | Restriction of type "bundle". Use this for storing bundles of restrictions |
| BundleArray | 8 | Restriction of type "bundle_array". Use this for storing arrays of bundles of restrictions |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.