Share via


IGKTurnBasedMatchmakerViewControllerDelegate Interface

Definition

This interface represents the Objective-C protocol GKTurnBasedMatchmakerViewControllerDelegate.

[Foundation.Protocol(Name="GKTurnBasedMatchmakerViewControllerDelegate", WrapperType=typeof(GameKit.GKTurnBasedMatchmakerViewControllerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="WasCancelled", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(GameKit.GKTurnBasedMatchmakerViewController) }, Selector="turnBasedMatchmakerViewControllerWasCancelled:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="FailedWithError", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(GameKit.GKTurnBasedMatchmakerViewController), typeof(Foundation.NSError) }, Selector="turnBasedMatchmakerViewController:didFailWithError:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="FoundMatch", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(GameKit.GKTurnBasedMatchmakerViewController), typeof(GameKit.GKTurnBasedMatch) }, Selector="turnBasedMatchmakerViewController:didFindMatch:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="PlayerQuitForMatch", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(GameKit.GKTurnBasedMatchmakerViewController), typeof(GameKit.GKTurnBasedMatch) }, Selector="turnBasedMatchmakerViewController:playerQuitForMatch:")]
public interface IGKTurnBasedMatchmakerViewControllerDelegate : IDisposable, ObjCRuntime.INativeObject
[Foundation.Protocol(Name="GKTurnBasedMatchmakerViewControllerDelegate", WrapperType=typeof(GameKit.GKTurnBasedMatchmakerViewControllerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="WasCancelled", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(GameKit.GKTurnBasedMatchmakerViewController) }, Selector="turnBasedMatchmakerViewControllerWasCancelled:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="FailedWithError", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(GameKit.GKTurnBasedMatchmakerViewController), typeof(Foundation.NSError) }, Selector="turnBasedMatchmakerViewController:didFailWithError:")]
public interface IGKTurnBasedMatchmakerViewControllerDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="GKTurnBasedMatchmakerViewControllerDelegate", WrapperType=typeof(GameKit.GKTurnBasedMatchmakerViewControllerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="WasCancelled", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(GameKit.GKTurnBasedMatchmakerViewController) }, Selector="turnBasedMatchmakerViewControllerWasCancelled:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="FailedWithError", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(GameKit.GKTurnBasedMatchmakerViewController), typeof(Foundation.NSError) }, Selector="turnBasedMatchmakerViewController:didFailWithError:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="FoundMatch", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(GameKit.GKTurnBasedMatchmakerViewController), typeof(GameKit.GKTurnBasedMatch) }, Selector="turnBasedMatchmakerViewController:didFindMatch:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="PlayerQuitForMatch", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(GameKit.GKTurnBasedMatchmakerViewController), typeof(GameKit.GKTurnBasedMatch) }, Selector="turnBasedMatchmakerViewController:playerQuitForMatch:")>]
type IGKTurnBasedMatchmakerViewControllerDelegate = interface
    interface INativeObject
    interface IDisposable
[<Foundation.Protocol(Name="GKTurnBasedMatchmakerViewControllerDelegate", WrapperType=typeof(GameKit.GKTurnBasedMatchmakerViewControllerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="WasCancelled", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(GameKit.GKTurnBasedMatchmakerViewController) }, Selector="turnBasedMatchmakerViewControllerWasCancelled:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="FailedWithError", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(GameKit.GKTurnBasedMatchmakerViewController), typeof(Foundation.NSError) }, Selector="turnBasedMatchmakerViewController:didFailWithError:")>]
type IGKTurnBasedMatchmakerViewControllerDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
FailedWithError(GKTurnBasedMatchmakerViewController, NSError)
FoundMatch(GKTurnBasedMatchmakerViewController, GKTurnBasedMatch)

Developers should not use this deprecated method. Developers should use 'GKTurnBasedEventListener.ReceivedTurnEvent' instead.

PlayerQuitForMatch(GKTurnBasedMatchmakerViewController, GKTurnBasedMatch)
WasCancelled(GKTurnBasedMatchmakerViewController)

Extension Methods

Name Description
FoundMatch(IGKTurnBasedMatchmakerViewControllerDelegate, GKTurnBasedMatchmakerViewController, GKTurnBasedMatch)

Developers should not use this deprecated method. Developers should use 'GKTurnBasedEventListener.ReceivedTurnEvent' instead.

PlayerQuitForMatch(IGKTurnBasedMatchmakerViewControllerDelegate, GKTurnBasedMatchmakerViewController, GKTurnBasedMatch)
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to