Captainup  2.4
Properties | List of all members
<CPTLeaderboardResponse> Protocol Reference

#import <CPTLeaderboardResponse.h>

Inheritance diagram for <CPTLeaderboardResponse>:
<CPTPageResponse> <CPTResponse> <CPTObject>

Properties

CPTLeaderboardTime leaderboardTime
 
NSUInteger total
 
NSArray< id< CPTUser > > * leaderboard
 
- Properties inherited from <CPTPageResponse>
NSUInteger count
 
NSUInteger skip
 
NSUInteger limit
 
- Properties inherited from <CPTResponse>
NSInteger code
 
NSError * error
 
NSString * objectName
 
NSString * requestUrl
 
NSString * apiVersion
 
BOOL isSuccessful
 
- Properties inherited from <CPTObject>
NSDictionary< NSString *, id > * sourceDictionary
 

Additional Inherited Members

- Instance Methods inherited from <CPTObject>
(nonnull instancetype) - initWithDictionary:
 
(nonnull NSDictionary< NSString *, id > *) - toDictionary
 

Detailed Description

CPTLeaderboardResponse

Property Documentation

◆ leaderboard

- (NSArray<id<CPTUser> >*) leaderboard
readnonatomicassign

List of all the players, ordered by their position in the leaderboard. Each element of the array conforms to the CPTUser protocol.

◆ leaderboardTime

- (CPTLeaderboardTime) leaderboardTime
readnonatomicassign

The leaderboard's type

◆ total

- (NSUInteger) total
readnonatomicassign

The total number of players in the app


The documentation for this protocol was generated from the following file: