Android · Example Payload

Google Play Developer List Subscriptions Response Example

AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

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

Top-level fields

subscriptionsnextPageToken

Example Payload

Raw ↑
{
  "subscriptions": [],
  "nextPageToken": "example_value"
}