Table of Contents

TTMSFNCWebPushSubscriptionEnum Record

Holds a single subscription record returned while iterating the subscription store, combining the identifying values with the subscription payload.

API unit family: TMS.TMSFNCWebPushDB

Syntax

TTMSFNCWebPushSubscriptionEnum = record

Fields and properties

Name Type Description
BrowserID string Identifier of the browser or device the subscription belongs to. Empty when the browser identifier field is not part of the active field set.
Subscription TTMSFNCWebPushSubscription Subscription payload (endpoint, keys, and optional user data) used to address a push message to this recipient.
UserActive Boolean Indicates whether the user is currently active. True means the user is active and eligible to receive messages. Defaults to True when the active-state field is not part of the active field set.
UserID string Identifier of the user the subscription belongs to. Empty when the user identifier field is not part of the active field set.