Share via


NotificationDetails interface

Represents Notification details.

Properties

admOutcomeCounts

ADM outcome counts per state.

apnsOutcomeCounts

APNs outcomes counts per state.

baiduOutcomeCounts

Baidu outcome counts per state.

browserOutcomeCounts

Web Push outcome counts per state.

endTime

The notification send end time.

enqueueTime

The enqueue time of the notification.

fcmOutcomeCounts

FCM outcome counts per state.

fcmV1OutcomeCounts

FCM V1 outcome counts per state.

location

The notification location.

notificationBody

The notification body.

notificationId

The unique notification identifier.

pnsErrorDetailsUrl

The URL for the platform notification services errors.

startTime

The notification send start time.

state

The notification state.

tags

The notification tags.

targetPlatforms

The notification platforms targeted.

wnsOutcomeCounts

WNS outcomes counts per state.

xiaomiOutcomeCounts

Xiaomi outcome counts per state.

Property Details

admOutcomeCounts

ADM outcome counts per state.

admOutcomeCounts?: NotificationOutcome[]

Property Value

apnsOutcomeCounts

APNs outcomes counts per state.

apnsOutcomeCounts?: NotificationOutcome[]

Property Value

baiduOutcomeCounts

Baidu outcome counts per state.

baiduOutcomeCounts?: NotificationOutcome[]

Property Value

browserOutcomeCounts

Web Push outcome counts per state.

browserOutcomeCounts?: NotificationOutcome[]

Property Value

endTime

The notification send end time.

endTime?: Date

Property Value

Date

enqueueTime

The enqueue time of the notification.

enqueueTime?: Date

Property Value

Date

fcmOutcomeCounts

FCM outcome counts per state.

fcmOutcomeCounts?: NotificationOutcome[]

Property Value

fcmV1OutcomeCounts

FCM V1 outcome counts per state.

fcmV1OutcomeCounts?: NotificationOutcome[]

Property Value

location

The notification location.

location?: string

Property Value

string

notificationBody

The notification body.

notificationBody?: string

Property Value

string

notificationId

The unique notification identifier.

notificationId?: string

Property Value

string

pnsErrorDetailsUrl

The URL for the platform notification services errors.

pnsErrorDetailsUrl?: string

Property Value

string

startTime

The notification send start time.

startTime?: Date

Property Value

Date

state

The notification state.

state?: NotificationOutcomeState

Property Value

tags

The notification tags.

tags?: string

Property Value

string

targetPlatforms

The notification platforms targeted.

targetPlatforms?: string

Property Value

string

wnsOutcomeCounts

WNS outcomes counts per state.

wnsOutcomeCounts?: NotificationOutcome[]

Property Value

xiaomiOutcomeCounts

Xiaomi outcome counts per state.

xiaomiOutcomeCounts?: NotificationOutcome[]

Property Value