public static class

HitBuilders.AppViewBuilder

extends HitBuilders.HitBuilder<T extends HitBuilder>
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.AppViewBuilder

This class is 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 Overview

Class to build a basic app view hit. You can add any of the other fields to the builder using common set and get methods.

Summary

Public Constructors
HitBuilders.AppViewBuilder()
[Expand]
Inherited Methods
From class com.google.android.gms.analytics.HitBuilders.HitBuilder
From class java.lang.Object

Public Constructors

public HitBuilders.AppViewBuilder ()