Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.
[[["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-05-29 UTC."],[[["`MobileAppVendor` enum defines the source of a mobile application, such as Apple App Store or Google Play Store."],["Three primary values are used: `APPLE_APP_STORE`, `GOOGLE_APP_STORE`, and `UNSPECIFIED` for unknown or unspecified vendors."],["Values `UNSPECIFIED` and `UNKNOWN` serve distinct purposes for indicating an unspecified vendor and representing an unknown value, respectively."]]],["The core content defines the types of mobile app vendors. `UNSPECIFIED` indicates a vendor is not specified, while `UNKNOWN` signifies a value unknown in the current version. `APPLE_APP_STORE` represents the Apple app store vendor, and `GOOGLE_APP_STORE` represents the Google app store vendor. These enums categorize and identify the origin of mobile applications.\n"]]