Android · Example Payload

Google Play Developer User Comment Example

AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

Google Play Developer User Comment Example is an example object payload from Android, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

textstarRatingreviewerLanguagedeviceandroidOsVersionappVersionCodeappVersionNamethumbsUpCountthumbsDownCountoriginalText

Example Payload

Raw ↑
{
  "text": "example_value",
  "starRating": 10,
  "reviewerLanguage": "example_value",
  "device": "example_value",
  "androidOsVersion": 10,
  "appVersionCode": 10,
  "appVersionName": "example_value",
  "thumbsUpCount": 10,
  "thumbsDownCount": 10,
  "originalText": "example_value"
}