TTMSFNCWebPushServer.OnUnregisterSubscription Event
Occurs when a request to remove a subscription arrives, allowing custom processing of the payload.
API unit family: TMS.TMSFNCWebPushServer
Declaring type: TTMSFNCWebPushServer
Inherited from: TTMSFNCCustomWebPushServer
Syntax
OnUnregisterSubscription: TTMSFNCWebPushServerSubscriptionEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The server that raised the event. |
AData |
The parsed JSON payload for the subscription request. |
AHandled |
Set to True to take over subscription removal. |