Share via


VoiceInteractor.AbortVoiceRequest Constructors

Definition

Overloads

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

VoiceInteractor.AbortVoiceRequest(VoiceInteractor+Prompt, Bundle)

[Android.Runtime.Register(".ctor", "(Landroid/app/VoiceInteractor$Prompt;Landroid/os/Bundle;)V", "", ApiSince=23)]
public AbortVoiceRequest (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.AbortVoiceRequest : Android.App.VoiceInteractor.Prompt * Android.OS.Bundle -> Android.App.VoiceInteractor.AbortVoiceRequest

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.AbortVoiceRequest(IntPtr, JniHandleOwnership)

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

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