This class was deprecated.
This class has been deprecated in favor of the new ScreenViewBuilder class. The
two classes are semantically similar but the latter is consistent across all the Google
Analytics platforms.
Class to build a basic app view hit. You can add any of the other fields to the builder
using common set methods.
Public Constructor Summary
Inherited Method Summary
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
Public Constructors
public
HitBuilders.AppViewBuilder
()