Creates an endpoint for a device on one of the supported push notification services, such as GCM and APNS.

C# |
public CreatePlatformEndpointResponse CreatePlatformEndpoint( CreatePlatformEndpointRequest request )

- request (CreatePlatformEndpointRequest)
- Create Platform Endpoint request.

Create Platform Endpoint response from the service.

This method requires the PlatformApplicationArn that is returned from CreatePlatformApplication(CreatePlatformApplicationRequest).
The EndpointArn that is returned when using this method can then be used by the Publish(PublishRequest) method to
send a message to a mobile app or by the Subscribe(SubscribeRequest) action for subscription to a topic.
For more information, see Using Amazon SNS Mobile Push Notifications.