VoiceInteractor.Request.OnAttached(Activity) Method

Definition

The request is now attached to an activity, or being re-attached to a new activity after a configuration change.

[Android.Runtime.Register("onAttached", "(Landroid/app/Activity;)V", "GetOnAttached_Landroid_app_Activity_Handler", ApiSince=23)]
public virtual void OnAttached (Android.App.Activity? activity);
[<Android.Runtime.Register("onAttached", "(Landroid/app/Activity;)V", "GetOnAttached_Landroid_app_Activity_Handler", ApiSince=23)>]
abstract member OnAttached : Android.App.Activity -> unit
override this.OnAttached : Android.App.Activity -> unit

Parameters

activity
Activity
Attributes

Remarks

The request is now attached to an activity, or being re-attached to a new activity after a configuration change.

Java documentation for android.app.VoiceInteractor.Request.onAttached(android.app.Activity).

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