RemoteInput.Builder.SetChoices Method

Definition

Overloads

SetChoices(ICharSequence[])
SetChoices(String[])

SetChoices(ICharSequence[])

[Android.Runtime.Register("setChoices", "([Ljava/lang/CharSequence;)Landroid/app/RemoteInput$Builder;", "")]
public Android.App.RemoteInput.Builder SetChoices (Java.Lang.ICharSequence[]? choices);
[<Android.Runtime.Register("setChoices", "([Ljava/lang/CharSequence;)Landroid/app/RemoteInput$Builder;", "")>]
member this.SetChoices : Java.Lang.ICharSequence[] -> Android.App.RemoteInput.Builder

Parameters

choices
ICharSequence[]

Returns

Attributes

Remarks

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

SetChoices(String[])

public Android.App.RemoteInput.Builder SetChoices (string[]? choices);
member this.SetChoices : string[] -> Android.App.RemoteInput.Builder

Parameters

choices
String[]

Returns

Remarks

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