Share via


VoiceInteractionSession.OnPrepareShow(Bundle, ShowFlags) Method

Definition

Called prior to #onShow before any UI setup has occurred.

[Android.Runtime.Register("onPrepareShow", "(Landroid/os/Bundle;I)V", "GetOnPrepareShow_Landroid_os_Bundle_IHandler", ApiSince=26)]
public virtual void OnPrepareShow (Android.OS.Bundle? args, Android.Service.Voice.ShowFlags showFlags);
[<Android.Runtime.Register("onPrepareShow", "(Landroid/os/Bundle;I)V", "GetOnPrepareShow_Landroid_os_Bundle_IHandler", ApiSince=26)>]
abstract member OnPrepareShow : Android.OS.Bundle * Android.Service.Voice.ShowFlags -> unit
override this.OnPrepareShow : Android.OS.Bundle * Android.Service.Voice.ShowFlags -> unit

Parameters

args
Bundle

The arguments that were supplied to VoiceInteractionService#showSession VoiceInteractionService.showSession.

showFlags
ShowFlags

The show flags originally provided to VoiceInteractionService#showSession VoiceInteractionService.showSession.

Attributes

Remarks

Called prior to #onShow before any UI setup has occurred. Not generally useful.

Java documentation for android.service.voice.VoiceInteractionSession.onPrepareShow(android.os.Bundle, int).

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