TTMSFNCWebPushServer.OnUserActiveStateChange Event
Occurs when a request changes whether a user is active or inactive, allowing custom processing of the payload.
API unit family: TMS.TMSFNCWebPushServer
Declaring type: TTMSFNCWebPushServer
Inherited from: TTMSFNCCustomWebPushServer
Syntax
OnUserActiveStateChange: TTMSFNCWebPushServerUserActiveEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The server that raised the event. |
AData |
The parsed JSON payload identifying the user or subscription. |
AActivate |
True when the user is being activated; False when being deactivated. |
AHandled |
Set to True to take over the active-state change. |