Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
PFLeaderboardsUpdateLeaderboardEntriesRequest data model.
Syntax
typedef struct PFLeaderboardsUpdateLeaderboardEntriesRequest {
PFStringDictionaryEntry const* customTags;
uint32_t customTagsCount;
PFLeaderboardsLeaderboardEntryUpdate const* entries;
uint32_t entriesCount;
const char* leaderboardName;
} PFLeaderboardsUpdateLeaderboardEntriesRequest;
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
entries PFLeaderboardsLeaderboardEntryUpdate const*
may be nullptr
(Optional) The entries to add or update on the leaderboard.
entriesCount uint32_t
Count of entries
leaderboardName const char*
is null-terminated
The name of the leaderboard.
Requirements
Header: PFLeaderboardsTypes.h