AmazonSimpleNotificationServiceClient.ListPlatformApplications Method

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...

The ListPlatformApplications action lists the platform application objects for the supported push notification services, such as APNS and GCM. The results for ListPlatformApplications are paginated and return a limited list of applications, 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 ListPlatformApplications 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.

Namespace: Amazon.SimpleNotificationService
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public virtual ListPlatformApplicationsResponse ListPlatformApplications()
Return Value
Type: Amazon.SimpleNotificationService.Model.ListPlatformApplicationsResponse
The response from the ListPlatformApplications service method, as returned by AmazonSimpleNotificationService.

Exceptions

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5