GKInviteEventListener_Extensions.DidAcceptInvite Method

Definition

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidAcceptInvite (this GameKit.IGKInviteEventListener This, GameKit.GKPlayer player, GameKit.GKInvite invite);
static member DidAcceptInvite : GameKit.IGKInviteEventListener * GameKit.GKPlayer * GameKit.GKInvite -> unit

Parameters

This
IGKInviteEventListener

The instance on which this extension method operates.

player
GKPlayer
invite
GKInvite
Attributes

Applies to