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

Syntax

[Android.Runtime.Register("setChoiceEntries", "(Landroid/content/Context;I)V", "GetSetChoiceEntries_Landroid_content_Context_IHandler")]
public virtual void SetChoiceEntries (Context context, int stringArrayResId)

Parameters

context
the application context, used for retrieving the resources.
stringArrayResId
the resource id of a string array containing the possible entries.

Remarks

Sets a list of strings that will be presented as choices to the user. This is similar to RestrictionEntry.SetChoiceEntries(String[]).

[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