Intent.ExtraAssistContext Field
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.
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.