Share via


VoiceInteractionSession.AssistState.AssistData Property

Definition

public Android.OS.Bundle? AssistData { [Android.Runtime.Register("getAssistData", "()Landroid/os/Bundle;", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getAssistData", "()Landroid/os/Bundle;", "", ApiSince=29)>]
member this.AssistData : Android.OS.Bundle

Property Value

Arbitrary data supplied by the app through android.app.Activity#onProvideAssistData Activity.onProvideAssistData. 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.

Attributes

Remarks

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

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