次の方法で共有


VoiceInteractor.CompleteVoiceRequest Constructors

Definition

Overloads

VoiceInteractor.CompleteVoiceRequest(VoiceInteractor+Prompt, Bundle)
VoiceInteractor.CompleteVoiceRequest(IntPtr, JniHandleOwnership)

VoiceInteractor.CompleteVoiceRequest(VoiceInteractor+Prompt, Bundle)

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

Parameters

extras
Bundle
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

VoiceInteractor.CompleteVoiceRequest(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

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