VoiceInteractionSession.AssistState.AssistStructure Property
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.
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
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.