言語

VoiceInteractor.PickOptionRequest コンストラクター

定義

オーバーロード

名前 説明
VoiceInteractor.PickOptionRequest(IntPtr, JniHandleOwnership)

既存の Java Native Interface オブジェクトのマネージド表現を初期化します。

VoiceInteractor.PickOptionRequest(VoiceInteractor+Prompt, VoiceInteractor+PickOptionRequest+Option[], Bundle)

新しい選択オプション要求を作成します。

VoiceInteractor.PickOptionRequest(IntPtr, JniHandleOwnership)

既存の Java Native Interface オブジェクトのマネージド表現を初期化します。

protected PickOptionRequest(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.App.VoiceInteractor.PickOptionRequest : nativeint * Android.Runtime.JniHandleOwnership -> Android.App.VoiceInteractor.PickOptionRequest

パラメーター

javaReference
IntPtr

nativeint

Java ネイティブ インターフェイス オブジェクト参照。

transfer
JniHandleOwnership

Java Native Interface オブジェクト参照に適用する所有権の転送。

注釈

このコンストラクターは、既存のJava オブジェクトのマネージド ピアを作成するときに、Android バインド ランタイムの.NETによって呼び出されます。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

VoiceInteractor.PickOptionRequest(VoiceInteractor+Prompt, VoiceInteractor+PickOptionRequest+Option[], Bundle)

新しい選択オプション要求を作成します。

[Android.Runtime.Register(".ctor", "(Landroid/app/VoiceInteractor$Prompt;[Landroid/app/VoiceInteractor$PickOptionRequest$Option;Landroid/os/Bundle;)V", "", ApiSince=23)]
public PickOptionRequest(Android.App.VoiceInteractor.Prompt? prompt, Android.App.VoiceInteractor.PickOptionRequest.Option[]? options, Android.OS.Bundle? extras);
[<Android.Runtime.Register(".ctor", "(Landroid/app/VoiceInteractor$Prompt;[Landroid/app/VoiceInteractor$PickOptionRequest$Option;Landroid/os/Bundle;)V", "", ApiSince=23)>]
new Android.App.VoiceInteractor.PickOptionRequest : Android.App.VoiceInteractor.Prompt * Android.App.VoiceInteractor.PickOptionRequest.Option[] * Android.OS.Bundle -> Android.App.VoiceInteractor.PickOptionRequest

パラメーター

prompt
VoiceInteractor.Prompt

VoiceInteractor.Prompt: オプションが表示されたときにユーザーに質問する省略可能な質問。何も求める必要がない場合は null。

options
VoiceInteractor.PickOptionRequest.Option[]

オプション: ユーザーが選択しているオプションのセット。

extras
Bundle

バンドル: 追加の省略可能な情報または null。

属性

注釈

新しい選択オプション要求を作成します。

android.app.VoiceInteractor.PickOptionRequest.PickOptionRequestの Android リファレンス。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象