Partager via


IGKSessionDelegate Interface

Définition

Interface représentant les méthodes requises (le cas échéant) du protocole GKSessionDelegate.

[Foundation.Protocol(Name="GKSessionDelegate", WrapperType=typeof(GameKit.GKSessionDelegateWrapper))]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'MultipeerConnectivity.MCSessionDelegate' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.None, "Use 'MultipeerConnectivity.MCSessionDelegate' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IGKSessionDelegate : IDisposable, ObjCRuntime.INativeObject
[Foundation.Protocol(Name="GKSessionDelegate", WrapperType=typeof(GameKit.GKSessionDelegateWrapper))]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'MultipeerConnectivity.MCSessionDelegate' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.None, "Use 'MultipeerConnectivity.MCSessionDelegate' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IGKSessionDelegate : IDisposable, ObjCRuntime.INativeObject
type IGKSessionDelegate = interface
    interface INativeObject
    interface IDisposable
Dérivé
Attributs
Implémente

Remarques

Cette interface contient les méthodes requises (le cas échéant) du protocole défini par GKSessionDelegate.

Si les développeurs créent des classes qui implémentent cette interface, les méthodes d’implémentation sont automatiquement exportées vers Objective-C avec la signature correspondante de la méthode définie dans le GKSessionDelegate protocole.

Les méthodes facultatives (le cas échéant) sont fournies par la GKSessionDelegate_Extensions classe en tant que méthodes d’extension de l’interface, ce qui permet aux développeurs d’appeler toutes les méthodes facultatives sur le protocole.

Propriétés

Handle

Handle (pointeur) vers la représentation d’objet non managée.

(Hérité de INativeObject)

Méthodes d’extension

FailedWithError(IGKSessionDelegate, GKSession, NSError)

Interface représentant les méthodes requises (le cas échéant) du protocole GKSessionDelegate.

PeerChangedState(IGKSessionDelegate, GKSession, String, GKPeerConnectionState)

Interface représentant les méthodes requises (le cas échéant) du protocole GKSessionDelegate.

PeerConnectionFailed(IGKSessionDelegate, GKSession, String, NSError)

Interface représentant les méthodes requises (le cas échéant) du protocole GKSessionDelegate.

PeerConnectionRequest(IGKSessionDelegate, GKSession, String)

Interface représentant les méthodes requises (le cas échéant) du protocole GKSessionDelegate.

S’applique à