Skip to main content
PFPushNotificationsSendPushNotificationFromTemplateRequest data model. Represents the request for sending a push notification template to a recipient.

Syntax

Members

customTags   PFStringDictionaryEntry const*
may be nullptr
(Optional) The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). customTagsCount   uint32_t Count of customTags pushNotificationTemplateId   const char*
is null-terminated
Id of the push notification template. recipient   const char*
is null-terminated
PlayFabId of the push notification recipient.

Requirements

Header: PFPushNotificationsTypes.h

See also

PFPushNotificationsTypes members
Last modified on August 27, 2026