A response that contains the test notification token.

SendTestNotificationResponse

interface SendTestNotificationResponse {
    testNotificationToken?: string;
}

Properties

testNotificationToken?: string

A unique identifier for a notification test that the App Store server sends to your server.

testNotificationToken