IGKSessionDelegate Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Interface que representa os métodos necessários (se houver) do protocolo 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
- Derivado
- Atributos
- Implementações
Comentários
Essa interface contém os métodos necessários (se houver) do protocolo definido por GKSessionDelegate.
Se os desenvolvedores criarem classes que implementam essa interface, os métodos de implementação serão exportados automaticamente para Objective-C com a assinatura correspondente do método definido no GKSessionDelegate protocolo.
Métodos opcionais (se houver) são fornecidos pela GKSessionDelegate_Extensions classe como métodos de extensão para a interface, permitindo que os desenvolvedores invoquem métodos opcionais no protocolo.
Propriedades
Handle |
Manipule (ponteiro) para a representação de objeto não gerenciado. (Herdado de INativeObject) |
Métodos de Extensão
FailedWithError(IGKSessionDelegate, GKSession, NSError) |
Interface que representa os métodos necessários (se houver) do protocolo GKSessionDelegate. |
PeerChangedState(IGKSessionDelegate, GKSession, String, GKPeerConnectionState) |
Interface que representa os métodos necessários (se houver) do protocolo GKSessionDelegate. |
PeerConnectionFailed(IGKSessionDelegate, GKSession, String, NSError) |
Interface que representa os métodos necessários (se houver) do protocolo GKSessionDelegate. |
PeerConnectionRequest(IGKSessionDelegate, GKSession, String) |
Interface que representa os métodos necessários (se houver) do protocolo GKSessionDelegate. |