VoiceInteractionSession.OnBackPressed Method

Definition

Called when the user presses the back button while focus is in the session UI.

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

Remarks

Java documentation for android.service.voice.VoiceInteractionSession.onBackPressed().

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