NPTournamentPlayer Class Reference
Inherits from | NSObject |
Conforms to | NSCopying |
Declared in | NPTournamentContainers.h |
Tasks
-
playerName
The player name.
property -
playerId
A unique and persistent identifier for the player in Nextpeer.
property -
playerImageUrl
The player’s avatar image URL.
property -
playerImage
The player’s avatar image. This is a cached object, and may return nil.
property -
playerIsBot
A flag specifying if the player is a bot (a recording of a previous game) or a real player.
property -
– isCurrentUser
Checks if the receiver represents the current user.
Properties
playerId
A unique and persistent identifier for the player in Nextpeer.
@property (nonatomic, readonly, strong) NSString *playerId
Declared In
NPTournamentContainers.h
playerImage
The player’s avatar image. This is a cached object, and may return nil.
@property (nonatomic, readonly, assign) UIImage *playerImage
Declared In
NPTournamentContainers.h
playerImageUrl
The player’s avatar image URL.
@property (nonatomic, readonly, strong) NSString *playerImageUrl
Declared In
NPTournamentContainers.h