Android.Content.RestrictionEntry.TypeMultiSelect Field
A type of restriction.

Value: 4

Syntax

[Android.Runtime.Register("TYPE_MULTI_SELECT")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.RestrictionEntryType enum directly instead of this field.")]
public const RestrictionEntryType TypeMultiSelect

Remarks

A type of restriction. Use this for presenting a multi-select list where more than one entry can be selected, such as for choosing specific titles to white-list. Call RestrictionEntry.SetChoiceEntries(String[]) and RestrictionEntry.SetChoiceValues(String[]) to set the localized list entries to present to the user and the corresponding values, respectively. Use RestrictionEntry.GetAllSelectedStrings and RestrictionEntry.SetAllSelectedStrings(String[]) to manipulate the selections.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18