Android · Example Payload

Google Play Developer Review Example

AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

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

Top-level fields

reviewIdauthorNamecomments

Example Payload

Raw ↑
{
  "reviewId": "500123",
  "authorName": "example_value",
  "comments": []
}