java.lang.Object | ||
↳ | com.google.android.gms.analytics.HitBuilders.HitBuilder<T extends com.google.android.gms.analytics.HitBuilders.HitBuilder> | |
↳ | com.google.android.gms.analytics.HitBuilders.EventBuilder |
A Builder object to build event hits. For meaningful data, event hits should contain at least the event category and the event action.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Convenience constructor for creating an event hit.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||||||||||||||
![]() |
Convenience constructor for creating an event hit. Additional fields can be specified using the setter methods.
category | Category in which the event will be filed. Example: "Video" |
---|---|
action | Action associated with the event. Example: "Play" |