Intent.ExtraAssistContext Field

Definition

An optional field on #ACTION_ASSIST and containing additional contextual information supplied by the current foreground app at the time of the assist request.

[Android.Runtime.Register("EXTRA_ASSIST_CONTEXT")]
public const string ExtraAssistContext;
[<Android.Runtime.Register("EXTRA_ASSIST_CONTEXT")>]
val mutable ExtraAssistContext : string

Field Value

Implements

Attributes

Remarks

An optional field on #ACTION_ASSIST and containing additional contextual information supplied by the current foreground app at the time of the assist request. This is a Bundle of additional data.

Java documentation for android.content.Intent.EXTRA_ASSIST_CONTEXT.

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