Compartilhar via


UsageStatsManager.ExtraEventCategory Field

Definition

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

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

Field Value

Attributes

Remarks

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

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

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