Edit

PFLeaderboardsDeleteLeaderboardEntriesRequest

PFLeaderboardsDeleteLeaderboardEntriesRequest data model.

Syntax

typedef struct PFLeaderboardsDeleteLeaderboardEntriesRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    const char* const* entityIds;  
    uint32_t entityIdsCount;  
    const char* name;  
} PFLeaderboardsDeleteLeaderboardEntriesRequest;  

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

entityIds   const char* const*
may be nullptr

(Optional) The unique Ids of the entries to delete from the leaderboard.

entityIdsCount   uint32_t

Count of entityIds

name   const char*
is null-terminated

The name of the leaderboard.

Requirements

Header: PFLeaderboardsTypes.h

See also

PFLeaderboardsTypes members