Condividi tramite


IGKTurnBasedEventHandlerDelegate Interfaccia

Definizione

Interfaccia che rappresenta i metodi obbligatori (se presenti) del protocollo GKTurnBasedEventHandlerDelegate.

[Foundation.Protocol(Name="GKTurnBasedEventHandlerDelegate", WrapperType=typeof(GameKit.GKTurnBasedEventHandlerDelegateWrapper))]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'GKLocalPlayer.RegisterListener' with an object that implements 'IGKTurnBasedEventListener'.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.None, "Use 'GKLocalPlayer.RegisterListener' with an object that implements 'IGKTurnBasedEventListener'.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IGKTurnBasedEventHandlerDelegate : IDisposable, ObjCRuntime.INativeObject
[Foundation.Protocol(Name="GKTurnBasedEventHandlerDelegate", WrapperType=typeof(GameKit.GKTurnBasedEventHandlerDelegateWrapper))]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'GKLocalPlayer.RegisterListener' with an object that implements 'IGKTurnBasedEventListener'.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.None, "Use 'GKLocalPlayer.RegisterListener' with an object that implements 'IGKTurnBasedEventListener'.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IGKTurnBasedEventHandlerDelegate : IDisposable, ObjCRuntime.INativeObject
type IGKTurnBasedEventHandlerDelegate = interface
    interface INativeObject
    interface IDisposable
Derivato
Attributi
Implementazioni

Commenti

Questa interfaccia contiene i metodi richiesti (se presenti) dal protocollo definito da GKTurnBasedEventHandlerDelegate.

Se gli sviluppatori creano classi che implementano questa interfaccia, i metodi di implementazione verranno esportati automaticamente in Objective-C con la firma corrispondente dal metodo definito nel GKTurnBasedEventHandlerDelegate protocollo.

I metodi facoltativi (se presenti) vengono forniti dalla GKTurnBasedEventHandlerDelegate_Extensions classe come metodi di estensione all'interfaccia, consentendo agli sviluppatori di richiamare metodi facoltativi nel protocollo.

Proprietà

Handle

Handle (puntatore) alla rappresentazione dell'oggetto non gestito.

(Ereditato da INativeObject)

Metodi

HandleInviteFromGameCenter(NSString[])

Gli sviluppatori non devono usare questo metodo deprecato.

HandleTurnEvent(GKTurnBasedMatch, Boolean)

Interfaccia che rappresenta i metodi obbligatori (se presenti) del protocollo GKTurnBasedEventHandlerDelegate.

Metodi di estensione

HandleMatchEnded(IGKTurnBasedEventHandlerDelegate, GKTurnBasedMatch)

Gli sviluppatori non devono usare questo metodo deprecato.

HandleTurnEvent(IGKTurnBasedEventHandlerDelegate, GKTurnBasedMatch, Boolean)

Interfaccia che rappresenta i metodi obbligatori (se presenti) del protocollo GKTurnBasedEventHandlerDelegate.

HandleTurnEventForMatch(IGKTurnBasedEventHandlerDelegate, GKTurnBasedMatch)

Interfaccia che rappresenta i metodi obbligatori (se presenti) del protocollo GKTurnBasedEventHandlerDelegate.

Si applica a