IGKLeaderboardViewControllerDelegate Interfaz

Definición

Interfaz que representa los métodos necesarios (si los hay) del protocolo GKLeaderboardViewControllerDelegate.

[Foundation.Protocol(Name="GKLeaderboardViewControllerDelegate", WrapperType=typeof(GameKit.GKLeaderboardViewControllerDelegateWrapper))]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'GKGameCenterViewController' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.None, "Use 'GKGameCenterViewController' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IGKLeaderboardViewControllerDelegate : IDisposable, ObjCRuntime.INativeObject
type IGKLeaderboardViewControllerDelegate = interface
    interface INativeObject
    interface IDisposable
Derivado
Atributos
Implementaciones

Comentarios

Esta interfaz contiene los métodos necesarios (si los hay) del protocolo definido por GKLeaderboardViewControllerDelegate.

Si los desarrolladores crean clases que implementan esta interfaz, los métodos de implementación se exportarán automáticamente a Objective-C con la firma coincidente del método definido en el GKLeaderboardViewControllerDelegate protocolo.

Los métodos opcionales (si los hay) los proporciona la clase T:GameKit.GKLeaderboardViewControllerDelegate_Extensions como métodos de extensión a la interfaz, lo que permite a los desarrolladores invocar cualquier método opcional en el protocolo.

Propiedades

Handle

Identificador (puntero) a la representación del objeto no administrado.

(Heredado de INativeObject)

Métodos

DidFinish(GKLeaderboardViewController)

Interfaz que representa los métodos necesarios (si los hay) del protocolo GKLeaderboardViewControllerDelegate.

Se aplica a