RestrictionEntry.SetAllSelectedStrings(String[]) Method

Definition

Sets the current list of selected values for an entry of type #TYPE_MULTI_SELECT.

[Android.Runtime.Register("setAllSelectedStrings", "([Ljava/lang/String;)V", "GetSetAllSelectedStrings_arrayLjava_lang_String_Handler")]
public virtual void SetAllSelectedStrings (string[]? allSelectedStrings);
[<Android.Runtime.Register("setAllSelectedStrings", "([Ljava/lang/String;)V", "GetSetAllSelectedStrings_arrayLjava_lang_String_Handler")>]
abstract member SetAllSelectedStrings : string[] -> unit
override this.SetAllSelectedStrings : string[] -> unit

Parameters

allSelectedStrings
String[]

the current list of selected values.

Attributes

Remarks

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

Java documentation for android.content.RestrictionEntry.setAllSelectedStrings(java.lang.String[]).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to