VoiceInteractionSession.Window Property

Definition

Retrieve the window being used to show the session's UI.

public virtual Android.App.Dialog? Window { [Android.Runtime.Register("getWindow", "()Landroid/app/Dialog;", "GetGetWindowHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getWindow", "()Landroid/app/Dialog;", "GetGetWindowHandler", ApiSince=23)>]
member this.Window : Android.App.Dialog

Property Value

Attributes

Remarks

Retrieve the window being used to show the session's UI.

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

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