xamarinwatchos
namespace GameKit
{
[Introduced(PlatformName.iOS, 7, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 10, PlatformArchitecture.All, null)]
[Introduced(PlatformName.WatchOS, 3, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "GKTurnBasedEventListener", WrapperType = typeof(GKTurnBasedEventListenerWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ReceivedTurnEvent", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(GKPlayer), typeof(GKTurnBasedMatch), typeof(bool) }, Selector = "player:receivedTurnEventForMatch:didBecomeActive:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "MatchEnded", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(GKPlayer), typeof(GKTurnBasedMatch) }, Selector = "player:matchEnded:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ReceivedExchangeRequest", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(GKPlayer), typeof(GKTurnBasedExchange), typeof(GKTurnBasedMatch) }, Selector = "player:receivedExchangeRequest:forMatch:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ReceivedExchangeCancellation", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(GKPlayer), typeof(GKTurnBasedExchange), typeof(GKTurnBasedMatch) }, Selector = "player:receivedExchangeCancellation:forMatch:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ReceivedExchangeReplies", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(GKPlayer), typeof(GKTurnBasedExchangeReply[]), typeof(GKTurnBasedExchange), typeof(GKTurnBasedMatch) }, Selector = "player:receivedExchangeReplies:forCompletedExchange:forMatch:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WantsToQuitMatch", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(GKPlayer), typeof(GKTurnBasedMatch) }, Selector = "player:wantsToQuitMatch:")]
public interface IGKTurnBasedEventListener : INativeObject, IDisposable
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinwatchos | |
Assembly | Xamarin.WatchOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |