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.
PFLeaderboardsGetLeaderboardDefinitionRequest data model.
Syntax
typedef struct PFLeaderboardsGetLeaderboardDefinitionRequest {
PFStringDictionaryEntry const* customTags;
uint32_t customTagsCount;
const char* name;
} PFLeaderboardsGetLeaderboardDefinitionRequest;
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 to retrieve the definition for.
Requirements
Header: PFLeaderboardsTypes.h