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 to build a basic app view hit. You can add any of the other fields to the builder
using common set methods.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[],["The `AppViewBuilder` class is deprecated and should be replaced with `ScreenViewBuilder`. It constructs app view hits and allows adding other data fields. Inherited methods include `addImpression`, `addProduct`, `addPromotion`, `build`, `set`, `setAll`, `setCampaignParamsFromUrl`, `setCustomDimension`, `setCustomMetric`, `setHitType`, `setProductAction`, and `setPromotionAction`. The `build` method outputs a Map of parameters for a Tracker object. It also contains a public constructor.\n"]]