The methods of Android.Content.RestrictionEntry are listed below. For a list of all members, see the RestrictionEntry Members list.
See Also: Inherited members from Java.Lang.Object
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. |