VoiceInteractor.Request.OnDetached Method

Definition

The request is being detached from an activity.

[Android.Runtime.Register("onDetached", "()V", "GetOnDetachedHandler", ApiSince=23)]
public virtual void OnDetached ();
[<Android.Runtime.Register("onDetached", "()V", "GetOnDetachedHandler", ApiSince=23)>]
abstract member OnDetached : unit -> unit
override this.OnDetached : unit -> unit
Attributes

Remarks

The request is being detached from an activity.

Java documentation for android.app.VoiceInteractor.Request.onDetached().

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