AssistContent.ExtraAppFunctionData Field

Definition

Extra for a Bundle that provides contextual AppFunction's information about the content currently being viewed in the application.

[Android.Runtime.Register("EXTRA_APP_FUNCTION_DATA", ApiSince=36)]
public const string ExtraAppFunctionData;
[<Android.Runtime.Register("EXTRA_APP_FUNCTION_DATA", ApiSince=36)>]
val mutable ExtraAppFunctionData : string

Field Value

Implements

Attributes

Remarks

Extra for a Bundle that provides contextual AppFunction's information about the content currently being viewed in the application.

This extra can be optionally supplied in the AssistContent#getExtras() bundle.

The schema of the Bundle in this extra is defined in the AppFunction SDK.

Java documentation for android.app.assist.AssistContent.EXTRA_APP_FUNCTION_DATA.

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