Class Overview
A Builder object to build event hits. For meaningful data, event hits should contain at least
the event category and the event action.
Summary
[Expand]
Inherited Methods |
From class
com.google.android.gms.analytics.HitBuilders.HitBuilder
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
HitBuilders.EventBuilder
()
public
HitBuilders.EventBuilder
(String category, String action)
Convenience constructor for creating an event hit. Additional fields can be specified
using the setter methods.
Parameters
category
| Category in which the event will be filed. Example: "Video" |
action
| Action associated with the event. Example: "Play"
|
Public Methods