Lists the endpoints and endpoint attributes for devices in a supported push notification service, such as GCM and APNS.

C# |
ListEndpointsByPlatformApplicationResponse ListEndpointsByPlatformApplication( ListEndpointsByPlatformApplicationRequest request )

- request (ListEndpointsByPlatformApplicationRequest)
- List Endpoints By Platform Application request.

List Endpoints By Platform Application response from the service.

The results for this method are paginated and return a limited list of endpoints, up to 100.
If additional records are available after the first page results, then a NextToken string will be returned.
To receive the next page, you call this method again using the NextToken string received from the previous call.
When there are no more records to return, NextToken will be null.
For more information, see Using Amazon SNS Mobile Push Notifications.