Table of Contents

TTMSFNCCustomWebPushServer Class

Base class for the web push application server. Hosts an HTTP and HTTPS listener that exposes the endpoints clients use to obtain the public application server key, register, update, and remove subscriptions, and activate or deactivate users.

API unit family: TMS.TMSFNCWebPushServer Inherits from: TComponent

Syntax

TTMSFNCCustomWebPushServer = class(TComponent)

Remarks

The server stores subscriptions through an assigned database in PushDB, or hands the raw request payloads to the subscription and user events for fully custom processing. Use the published descendant for design-time placement.