Table of Contents

TTMSFNCWebPushServerSubscriptionEvent Event Type

Event triggered when a subscription register, unregister, or update request arrives, allowing custom processing of the request payload.

API unit family: TMS.TMSFNCWebPushServer

Parameters

Name Description
Sender Server instance raising the event.
AData Parsed JSON payload of the request. May be nil when the body could not be parsed.
AHandled Set to True in the handler to take over storing the subscription and skip the default database handling. Leave it False to let the assigned database process the request.