Partager via


IGKLeaderboardViewControllerDelegate Interface

Définition

Interface représentant les méthodes requises (le cas échéant) du protocole 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
Dérivé
Attributs
Implémente

Remarques

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

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 GKLeaderboardViewControllerDelegate protocole.

Les méthodes facultatives (le cas échéant) sont fournies par la classe T:GameKit.GKLeaderboardViewControllerDelegate_Extensions 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

DidFinish(GKLeaderboardViewController)

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

S’applique à