Android.Content.RestrictionEntry.SetAllSelectedStrings Method
Sets the current list of selected values for an entry of type RestrictionEntry.TypeMultiSelect.

Syntax

[Android.Runtime.Register("setAllSelectedStrings", "([Ljava/lang/String;)V", "GetSetAllSelectedStrings_arrayLjava_lang_String_Handler")]
public virtual void SetAllSelectedStrings (string[] allSelectedStrings)

Parameters

allSelectedStrings
the current list of selected values.

Remarks

Sets the current list of selected values for an entry of type RestrictionEntry.TypeMultiSelect. These values will be persisted by the system for later use by the application.

[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