Inherits from NSObject
Declared in NPTournamentContainers.h

Overview

The NPTournamentEndDataContainer used to extract some info about the tournament which just ended

Tasks

Properties

currentCurrencyAmount

The player total currency amount (after the tournament ended of course).

@property (nonatomic, readonly) uint32_t currentCurrencyAmount

Declared In

NPTournamentContainers.h

playerName

The player name.

@property (nonatomic, readonly) NSString *playerName

Declared In

NPTournamentContainers.h

playerRankInTournament

The player rank in the tournament (where 1 means first, 1..tournamentTotalPlayers).

@property (nonatomic, readonly) uint32_t playerRankInTournament

Declared In

NPTournamentContainers.h

playerScore

The player’s score at the end of the tournament.

@property (nonatomic, readonly) uint32_t playerScore

Declared In

NPTournamentContainers.h

tournamentTotalPlayers

The amount of players in the tournament.

@property (nonatomic, readonly) uint32_t tournamentTotalPlayers

Declared In

NPTournamentContainers.h

tournamentUuid

The tournament UUID is provided so that your game can identify which tournament needs to be loaded. You can find the UUID in the developer dashboard.

@property (nonatomic, readonly) NSString *tournamentUuid

Declared In

NPTournamentContainers.h