VoiceInteractionSession.OnPrepareShow(Bundle, ShowFlags) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.