Share via


IGKGameSessionEventListener 인터페이스

정의

[Foundation.Protocol(Name="GKGameSessionEventListener", WrapperType=typeof(GameKit.GKGameSessionEventListenerWrapper))]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.None, "Use 'GKLocalPlayerListener' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'GKLocalPlayerListener' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'GKLocalPlayerListener' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IGKGameSessionEventListener : IDisposable, ObjCRuntime.INativeObject
type IGKGameSessionEventListener = interface
    interface INativeObject
    interface IDisposable
특성
구현

속성

Handle

관리되지 않는 개체 표현에 대한 핸들(포인터)입니다.

(다음에서 상속됨 INativeObject)

확장 메서드

DidAddPlayer(IGKGameSessionEventListener, GKGameSession, GKCloudPlayer)
DidChangeConnectionState(IGKGameSessionEventListener, GKGameSession, GKCloudPlayer, GKConnectionState)
DidReceiveData(IGKGameSessionEventListener, GKGameSession, NSData, GKCloudPlayer)
DidReceiveMessage(IGKGameSessionEventListener, GKGameSession, String, NSData, GKCloudPlayer)
DidRemovePlayer(IGKGameSessionEventListener, GKGameSession, GKCloudPlayer)
DidSaveData(IGKGameSessionEventListener, GKGameSession, GKCloudPlayer, NSData)

적용 대상