VoiceInteractionSession.OnCloseSystemDialogs 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.
Sessions automatically watch for requests that all system UI be closed (such as when the user presses HOME), which will appear here.
[Android.Runtime.Register("onCloseSystemDialogs", "()V", "GetOnCloseSystemDialogsHandler")]
public virtual void OnCloseSystemDialogs ();
[<Android.Runtime.Register("onCloseSystemDialogs", "()V", "GetOnCloseSystemDialogsHandler")>]
abstract member OnCloseSystemDialogs : unit -> unit
override this.OnCloseSystemDialogs : unit -> unit
- Attributes
Remarks
Sessions automatically watch for requests that all system UI be closed (such as when the user presses HOME), which will appear here. The default implementation always calls #hide
.
Java documentation for android.service.voice.VoiceInteractionSession.onCloseSystemDialogs()
.
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.