SKZMatchInfo Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | SKZMatchInfo.h |
Overview
This object contains various Skillz specific pieces of data that will allow you to customize your UI further.
matchDescription
Match description as configured in the Skillz Developer Portal
@property (readonly, nullable) NSString *matchDescriptionDeclared In
SKZMatchInfo.h
entryCash
Cash entry fee, nil if there is none
@property (readonly, nullable) NSNumber *entryCashDeclared In
SKZMatchInfo.h
entryPoints
Z points entry fee, nil if there is none
@property (readonly, nullable) NSNumber *entryPointsDeclared In
SKZMatchInfo.h
isSynchronous
Signifies that the match to be played is a synchronous match, and should use your synchronous game flow.
@property (readonly) BOOL isSynchronousDeclared In
SKZMatchInfo.h
name
Match name as configured in the Skillz Developer Portal
@property (readonly, nonnull) NSString *nameDeclared In
SKZMatchInfo.h
players
An array of the players in the match
@property (readonly, nonnull) NSArray *playersDeclared In
SKZMatchInfo.h