Android.Content.RestrictionEntry.SetChoiceValues Method
Sets a list of string values that can be selected by the user, similar to RestrictionEntry.SetChoiceValues(String[]).

Syntax

[Android.Runtime.Register("setChoiceValues", "(Landroid/content/Context;I)V", "GetSetChoiceValues_Landroid_content_Context_IHandler")]
public virtual void SetChoiceValues (Context context, int stringArrayResId)

See Also

RestrictionEntry.SetChoiceValues(String[])

Parameters

context
the application context for retrieving the resources.
stringArrayResId
the resource id for a string array containing the possible values.

Remarks

Sets a list of string values that can be selected by the user, similar to RestrictionEntry.SetChoiceValues(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