IGKLeaderboardViewControllerDelegate インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プロトコル 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
- 派生
- 属性
- 実装
注釈
このインターフェイスには、 で GKLeaderboardViewControllerDelegate定義されているプロトコルから必要なメソッド (存在する場合) が含まれています。
開発者がこのインターフェイスを実装するクラスを作成する場合、実装メソッドは、プロトコルで定義されているメソッドの一致するシグネチャを使用して Objective-C に自動的に GKLeaderboardViewControllerDelegate エクスポートされます。
省略可能なメソッド (ある場合) は、 GameKit.GKLeaderboardViewControllerDelegate_Extensions クラスによって インターフェイスの拡張メソッドとして提供され、開発者はプロトコルで任意のメソッドを呼び出すことができます。
プロパティ
Handle |
アンマネージ オブジェクト表現へのハンドル (ポインター)。 (継承元 INativeObject) |
メソッド
DidFinish(GKLeaderboardViewController) |
プロトコル GKLeaderboardViewControllerDelegateの必要なメソッド (存在する場合) を表すインターフェイス。 |