NPTournamentCustomMessageBaseContainer Class Reference
Inherits from | NSObject |
Declared in | NPTournamentContainers.h |
Tasks
-
playerName
The player name.
property -
playerId
A unique player identifier for the current game.
property -
playerImageUrl
The player’s profile image URL.
property -
playerImage
The player image
property -
playerIsBot
Boolean value that indicates if this message came form a bot recording or a real-life player.
property -
message
The custom message (passed as a buffer).
property
Properties
message
The custom message (passed as a buffer).
@property (nonatomic, readonly) NSData *message
Declared In
NPTournamentContainers.h
playerId
A unique player identifier for the current game.
@property (nonatomic, readonly) NSString *playerId
Declared In
NPTournamentContainers.h
playerImage
The player image
@property (nonatomic, readonly) UIImage *playerImage
Discussion
Note: This property can sometimes return nil, this happens if the image for the player that sent the message is unavailable.
Declared In
NPTournamentContainers.h
playerImageUrl
The player’s profile image URL.
@property (nonatomic, readonly) NSString *playerImageUrl
Declared In
NPTournamentContainers.h
playerIsBot
Boolean value that indicates if this message came form a bot recording or a real-life player.
@property (nonatomic, readonly) BOOL playerIsBot
Declared In
NPTournamentContainers.h