Contents

GKTurnBasedEventHandler

The Gkturnbasedeventhandler class is used to respond to important messages related to turn-based matches. To use it, call the Shared() class method to get the singleton instance and assign an object that implements the Gkturnbasedeventhandlerdelegate protocol to its Delegate property. All methods are called on the main thread.

Declaration

class GKTurnBasedEventHandler

Overview

This framework has been deprecated in iOS 7. Use GKTurnBasedEventListener.

Subclassing Notes

This class may not be subclassed.

Topics

Retrieving the Shared Instance

Getting and Setting the Delegate

See Also

Deprecated classes