IGKInviteEventListener インターフェイス

定義

プロトコル GKInviteEventListenerの必要なメソッド (存在する場合) を表すインターフェイス。

[Foundation.Protocol(Name="GKInviteEventListener", WrapperType=typeof(GameKit.GKInviteEventListenerWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IGKInviteEventListener : IDisposable, ObjCRuntime.INativeObject
type IGKInviteEventListener = interface
    interface INativeObject
    interface IDisposable
派生
属性
実装

注釈

このインターフェイスには、 で GKInviteEventListener定義されているプロトコルから必要なメソッド (存在する場合) が含まれています。

開発者がこのインターフェイスを実装するクラスを作成する場合、実装メソッドは、プロトコルで定義されているメソッドの一致するシグネチャを使用して Objective-C に自動的に GKInviteEventListener エクスポートされます。

省略可能なメソッド (ある場合) は、 インターフェイスの拡張メソッドとして クラスによって GKInviteEventListener_Extensions 提供され、開発者はプロトコルで任意のメソッドを呼び出すことができます。

プロパティ

Handle

アンマネージ オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)

拡張メソッド

DidAcceptInvite(IGKInviteEventListener, GKPlayer, GKInvite)

プロトコル GKInviteEventListenerの必要なメソッド (存在する場合) を表すインターフェイス。

DidRequestMatch(IGKInviteEventListener, GKPlayer, GKPlayer[])

プロトコル GKInviteEventListenerの必要なメソッド (存在する場合) を表すインターフェイス。

DidRequestMatch(IGKInviteEventListener, GKPlayer, String[])

開発者は、この非推奨のメソッドを使用しないでください。 開発者は、代わりに 'DidRequestMatch (GKPlayer プレーヤー,GKPlayer[] recipientPlayers)' を使用する必要があります。

適用対象