Intent.ActionAssist 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.
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.