Inherits from NSObject
Declared in NPTournamentContainers.h

Overview

The base class for the reliable and unreliable custom message containers.

Tasks

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

playerName

The player name.

@property (nonatomic, readonly) NSString *playerName

Declared In

NPTournamentContainers.h