Lists the endpoints and endpoint attributes for devices in a supported push notification service, such as GCM and APNS.
            
 Declaration Syntax
 Declaration Syntax| C# | 
ListEndpointsByPlatformApplicationResponse ListEndpointsByPlatformApplication( ListEndpointsByPlatformApplicationRequest request )
 Parameters
 Parameters- request (ListEndpointsByPlatformApplicationRequest)
- List Endpoints By Platform Application request.
 Return Value
 Return ValueList Endpoints By Platform Application response from the service.
 Remarks
 Remarks
            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.