TTMSFNCWebPushSender.OnNotificationSent Event
Occurs after the push service accepts a notification for a recipient.
API unit family: TMS.TMSFNCWebPushSender
Declaring type: TTMSFNCWebPushSender
Inherited from: TTMSFNCCustomWebPushSender
Syntax
OnNotificationSent: TTMSFNCWebPushNotificationSentEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The sender component that raised the event. |
AResponseCode |
The HTTP status code returned by the push service. |
AResponse |
The response body returned by the push service. |
AEndpoint |
The recipient push service endpoint. |
APayload |
The serialized payload that was sent. |
AUserID |
The target user identifier, when available. |
ABrowserID |
The target browser or device identifier, when available. |