Table of Contents

TTMSFNCWebPushBeforeSendNotificationEvent Event Type

Fires just before each notification is sent, allowing the handler to inspect the target and cancel delivery to that recipient.

API unit family: TMS.TMSFNCWebPushSender

Parameters

Name Description
Sender Component that raised the event.
AUserData Custom data stored with the subscription.
AEndpoint Push service endpoint of the recipient.
APayload Serialized payload about to be sent.
AUserID Identifier of the target user, when known.
ABrowserID Identifier of the target browser, when known.
AAllow Set to False to skip sending to this recipient; leave True to proceed.