matchID
A unique identifier for the turn-based match.
Declaration
var matchID: String { get }Mentioned in
Discussion
To get the current match object during gameplay, save the match ID and pass it to the load(withID:withCompletionHandler:) method.
A unique identifier for the turn-based match.
var matchID: String { get }To get the current match object during gameplay, save the match ID and pass it to the load(withID:withCompletionHandler:) method.