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