Android.Content.RestrictionEntry.SetChoiceEntries Method
Sets a list of strings that will be presented as choices to the user.

Syntax

[Android.Runtime.Register("setChoiceEntries", "([Ljava/lang/String;)V", "GetSetChoiceEntries_arrayLjava_lang_String_Handler")]
public virtual void SetChoiceEntries (string[] choiceEntries)

See Also

RestrictionEntry.SetChoiceValues(String[])

Parameters

choiceEntries
the list of user-visible choices.

Remarks

Sets a list of strings that will be presented as choices to the user. When the user selects one or more of these choices, the corresponding value from the possible values are stored as the selected strings. The size of this array must match the size of the array set in RestrictionEntry.SetChoiceValues(String[]). This method is not relevant for types other than RestrictionEntry.TypeChoice, and RestrictionEntry.TypeMultiSelect.

[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