SKZTurnBasedPlayer Class Reference

Inherits from NSObject
Declared in SKZTurnBasedPlayer.h

Overview

SKZTurnBasedPlayer will allow you to further customize your UI, and/or can be used to help manage the state of your game.

  id

Player’s unique id

@property (readonly, nonnull) NSString *id

Declared In

SKZTurnBasedPlayer.h

  avatarURL

Player’s profile picture (or avatar) URL

@property (readonly, nullable) NSString *avatarURL

Declared In

SKZTurnBasedPlayer.h

  displayName

Player’s display name

@property (readonly, nonnull) NSString *displayName

Declared In

SKZTurnBasedPlayer.h

  flagURL

URL for the flag for the player

@property (readonly, nullable) NSString *flagURL

Declared In

SKZTurnBasedPlayer.h

  currentTotalScore

Current total score for the player

@property NSString *currentTotalScore

Declared In

SKZTurnBasedPlayer.h