VoiceInteractionSession.OnPrepareShow(Bundle, ShowFlags) メソッド

定義

UI セットアップが行われる前に #onShow 呼び出されます。

[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

パラメーター

args
Bundle

VoiceInteractionService#showSession VoiceInteractionService.showSession指定された引数。

showFlags
ShowFlags

最初に に VoiceInteractionService#showSession VoiceInteractionService.showSession提供された show フラグ。

属性

注釈

UI セットアップが行われる前に #onShow 呼び出されます。 一般的には役に立ちません。

android.service.voice.VoiceInteractionSession.onPrepareShow(android.os.Bundle, int)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象