The members of Android.Content.RestrictionEntry are listed below.
See Also: Inherited members from Java.Lang.Object
Constructor for specifying the type and key, with no initial value; | ||
Constructor for RestrictionEntry.TypeBoolean type. | ||
Constructor for RestrictionEntry.TypeInteger type. | ||
Constructor for RestrictionEntry.TypeChoice type. | ||
Constructor for RestrictionEntry.TypeMultiSelect type. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | TypeBoolean | RestrictionEntryType (1). A type of restriction. |
const | TypeChoice | RestrictionEntryType (2). A type of restriction. |
const | TypeInteger | RestrictionEntryType (5). A type of restriction. |
const | TypeMultiSelect | RestrictionEntryType (4). A type of restriction. |
const | TypeNull | RestrictionEntryType (0). A type of restriction. |
const | TypeString | RestrictionEntryType (6). A type of restriction. |
[read-only] static | Creator | Android.OS.IParcelableCreator. |
Description | string. Returns the provided user-visible description of the entry, if any. | |
IntValue | int. Returns the value of the entry as an integer when the type is RestrictionEntry.TypeInteger. | |
[read-only] | Key | string. This is the unique key for the restriction entry. |
SelectedState | bool. Returns the current selected state for an entry of type RestrictionEntry.TypeBoolean. | |
SelectedString | string. Returns the currently selected string value. | |
Title | string. Returns the user-visible title for the entry, if any. | |
Type | RestrictionEntryType. Returns the type for this restriction. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
GetAllSelectedStrings()Returns the list of currently selected values. | ||
GetChoiceEntries()Returns the list of strings, set earlier, that will be presented as choices to the user. | ||
GetChoiceValues()Returns the list of possible string values set earlier. | ||
SetAllSelectedStrings(string[])Sets the current list of selected values for an entry of type RestrictionEntry.TypeMultiSelect. | ||
SetChoiceEntries(string[])Sets a list of strings that will be presented as choices to the user. | ||
SetChoiceEntries(Context, int)Sets a list of strings that will be presented as choices to the user. | ||
SetChoiceValues(string[])Sets a list of string values that can be selected by the user. | ||
SetChoiceValues(Context, int)Sets a list of string values that can be selected by the user, similar to RestrictionEntry.SetChoiceValues(String[]). | ||
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Flatten this object in to a Parcel. |