Contents

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.

See Also

Retrieving Match Details