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.
PFLeaderboardsUnlinkLeaderboardFromStatisticRequest data model.
Syntax
typedef struct PFLeaderboardsUnlinkLeaderboardFromStatisticRequest {
PFStringDictionaryEntry const* customTags;
uint32_t customTagsCount;
const char* name;
const char* statisticName;
} PFLeaderboardsUnlinkLeaderboardFromStatisticRequest;
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
name const char*
is null-terminated
The name of the leaderboard definition to unlink.
statisticName const char*
is null-terminated
The name of the statistic definition to unlink.
Requirements
Header: PFLeaderboardsTypes.h