Android · Example Payload

Google Play Developer Token Pagination Example

AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

Google Play Developer Token Pagination 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

nextPageTokenpreviousPageToken

Example Payload

Raw ↑
{
  "nextPageToken": "example_value",
  "previousPageToken": "example_value"
}