TTMSFNCWebPushServerUserActiveEvent Event Type
Event triggered when a request changes whether a user is active or inactive, 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 identifying the user or subscription. May be nil when the body could not be parsed. |
AActivate |
True when the user is being activated, False when being deactivated. |
AHandled |
Set to True in the handler to take over the state change and skip the default database handling. Leave it False to let the assigned database process the request. |