Edit

PFLeaderboardsUpdateLeaderboardDefinitionRequest

PFLeaderboardsUpdateLeaderboardDefinitionRequest data model.

Syntax

typedef struct PFLeaderboardsUpdateLeaderboardDefinitionRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    PFLeaderboardsLeaderboardEventEmissionConfig const* eventEmissionConfig;  
    const char* name;  
    int32_t const* sizeLimit;  
    PFVersionConfiguration const* versionConfiguration;  
} PFLeaderboardsUpdateLeaderboardDefinitionRequest;  

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

eventEmissionConfig   PFLeaderboardsLeaderboardEventEmissionConfig const*
may be nullptr

(Optional) [In Preview]: The configuration for the events emitted by this leaderboard. If not specified, no events will be emitted.

name   const char*
is null-terminated

The name of the leaderboard to update the definition for.

sizeLimit   int32_t const*
may be nullptr

(Optional) Maximum number of entries on this leaderboard.

versionConfiguration   PFVersionConfiguration const*
may be nullptr

(Optional) The version reset configuration for the leaderboard definition.

Requirements

Header: PFLeaderboardsTypes.h

See also

PFLeaderboardsTypes members