GKMatchDelegate_Extensions
ConnectionFailed(IGKMatchDelegate, GKMatch, String, NSError)
DataReceived(IGKMatchDelegate, GKMatch, NSData, String)
DataReceivedForRecipient(IGKMatchDelegate, GKMatch, NSData, GKPlayer, GKPlayer)
DataReceivedFromPlayer(IGKMatchDelegate, GKMatch, NSData, GKPlayer)
Failed(IGKMatchDelegate, GKMatch, NSError)
ShouldReinviteDisconnectedPlayer(IGKMatchDelegate, GKMatch, GKPlayer)
ShouldReinvitePlayer(IGKMatchDelegate, GKMatch, String)
StateChanged(IGKMatchDelegate, GKMatch, String, GKPlayerConnectionState)
StateChangedForPlayer(IGKMatchDelegate, GKMatch, GKPlayer, GKPlayerConnectionState)
xamarinmac
namespace GameKit
{
public static class GKMatchDelegate_Extensions
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("It will never be called.", false)]
public static void ConnectionFailed(this IGKMatchDelegate! This, GKMatch! match, string! playerId, NSError! error);
}
}
Xamarin macOS | 0.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | It will never be called. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API