Represents the platform endpoint.

interface ESPPlatformEndpointInterface {
    applicationARN: string;
    deviceToken: string;
    endpoint: string;
    platform?: string;
}

Implemented by

Properties

applicationARN: string
deviceToken: string
endpoint: string
platform?: string