Share via


VoiceInteractionSession.AssistState.AssistStructure Property

Definition

public Android.App.Assist.AssistStructure? AssistStructure { [Android.Runtime.Register("getAssistStructure", "()Landroid/app/assist/AssistStructure;", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getAssistStructure", "()Landroid/app/assist/AssistStructure;", "", ApiSince=29)>]
member this.AssistStructure : Android.App.Assist.AssistStructure

Property Value

If available, the structure definition of all windows currently displayed by the app. May be null if assist data has been disabled by the user or device policy; will be null if the original show request did not specify #SHOW_WITH_ASSIST or the assist data has been corrupt when writing the data to AssistStructure; will be an empty stub if the application has disabled assist by marking its window as secure.

Attributes

Remarks

Java documentation for android.service.voice.VoiceInteractionSession.AssistState.getAssistStructure().

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