xamarinmac
namespace GameKit
{
[Deprecated(PlatformName.iOS, 7, 0, PlatformArchitecture.None, "Use 'MultipeerConnectivity.MCSessionDelegate' instead.")]
[Deprecated(PlatformName.MacOSX, 10, 10, PlatformArchitecture.None, "Use 'MultipeerConnectivity.MCSessionDelegate' instead.")]
[Protocol(Name = "GKSessionDelegate", WrapperType = typeof(GKSessionDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "PeerChangedState", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(GKSession), typeof(string), typeof(GKPeerConnectionState) }, Selector = "session:peer:didChangeState:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "PeerConnectionRequest", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(GKSession), typeof(string) }, Selector = "session:didReceiveConnectionRequestFromPeer:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "PeerConnectionFailed", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(GKSession), typeof(string), typeof(NSError) }, Selector = "session:connectionWithPeerFailed:withError:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "FailedWithError", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(GKSession), typeof(NSError) }, Selector = "session:didFailWithError:")]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
public interface IGKSessionDelegate : INativeObject, IDisposable
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |