GKTurnBasedMatchmakerViewControllerDelegate
A protocol that handles when the status of turn-based matchmaking changes.
Declaration
protocol GKTurnBasedMatchmakerViewControllerDelegate : NSObjectProtocolMentioned in
Overview
To receive notifications when a player cancels turn-based matchmaking or an error occurs, implement this protocol in the GKTurnBasedMatchmakerViewController object’s delegate.
Topics
Handling Cancellation and Errors
turnBasedMatchmakerViewControllerWasCancelled(_:)turnBasedMatchmakerViewController(_:didFailWithError:)