共用方式為


RemoteInput.Builder.SetChoices 方法

定義

多載

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

參數

choices
ICharSequence[]

傳回

屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

SetChoices(String[])

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

參數

choices
String[]

傳回

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於