VoiceInteractionSession.AssistState.AssistContent Property

Definition

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

Property Value

Additional content data supplied by the app through android.app.Activity#onProvideAssistContent Activity.onProvideAssistContent. 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. Will not be automatically filled in with data from the app if the app has marked its window as secure.

Attributes

Remarks

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

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