Intent.ActionAssist Field

Definition

Activity Action: Perform assist action.

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

Field Value

Implements

Attributes

Remarks

Activity Action: Perform assist action.

Input: #EXTRA_ASSIST_PACKAGE, #EXTRA_ASSIST_CONTEXT, can provide additional optional contextual information about where the user was when they requested the assist; #EXTRA_REFERRER may be set with additional referrer information. Output: nothing.

Java documentation for android.content.Intent.ACTION_ASSIST.

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