GKSessionDelegate_Extensions Class

Definition

Extension methods to the IGKSessionDelegate interface to support all the methods from the GKSessionDelegate protocol.

public static class GKSessionDelegate_Extensions
type GKSessionDelegate_Extensions = class
Inheritance
GKSessionDelegate_Extensions

Remarks

The extension methods for IGKSessionDelegate allow developers to treat instances of the interface as having all the optional methods of the original GKSessionDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

FailedWithError(IGKSessionDelegate, GKSession, NSError)
PeerChangedState(IGKSessionDelegate, GKSession, String, GKPeerConnectionState)
PeerConnectionFailed(IGKSessionDelegate, GKSession, String, NSError)
PeerConnectionRequest(IGKSessionDelegate, GKSession, String)

Applies to