Partager via


UsageStatsManager.ExtraEventAction Field

Definition

A String extra, when used with UsageEvents.Event#getExtras, that indicates the action of the user interaction associated with the event.

[Android.Runtime.Register("EXTRA_EVENT_ACTION", ApiSince=35)]
public const string ExtraEventAction;
[<Android.Runtime.Register("EXTRA_EVENT_ACTION", ApiSince=35)>]
val mutable ExtraEventAction : string

Field Value

Attributes

Remarks

A String extra, when used with UsageEvents.Event#getExtras, that indicates the action of the user interaction associated with the event. The action cannot be more than 127 characters, longer value will be truncated to 127 characters.

Java documentation for android.app.usage.UsageStatsManager.EXTRA_EVENT_ACTION.

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