SKZPlayer Class Reference

Inherits from NSObject
Declared in SKZPlayer.h

Overview

Represents data for the current logged in player

  id

Player’s unique id

@property (readonly, nonnull) NSString *id

Declared In

SKZPlayer.h

  playerMatchId

Player’s id for the match

@property (readonly, nullable) NSString *playerMatchId

Declared In

SKZPlayer.h

  isCurrentPlayer

Flag for if the player is the current player

@property (readonly) bool isCurrentPlayer

Declared In

SKZPlayer.h

  avatarURL

Player’s profile picture (or avatar) URL

@property (readonly, nullable) NSString *avatarURL

Declared In

SKZPlayer.h

  displayName

Player’s display name

@property (readonly, nonnull) NSString *displayName

Declared In

SKZPlayer.h

  flagURL

URL for the flag for the player

@property (readonly, nullable) NSString *flagURL

Declared In

SKZPlayer.h