GKLocalPlayerListener.IssuedChallengeWasCompleted Method

Definition

Method that is called when the player completes a T:challenge from friendPlayer.

[Foundation.Export("player:issuedChallengeWasCompleted:byFriend:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void IssuedChallengeWasCompleted (GameKit.GKPlayer player, GameKit.GKChallenge challenge, GameKit.GKPlayer friendPlayer);
abstract member IssuedChallengeWasCompleted : GameKit.GKPlayer * GameKit.GKChallenge * GameKit.GKPlayer -> unit
override this.IssuedChallengeWasCompleted : GameKit.GKPlayer * GameKit.GKChallenge * GameKit.GKPlayer -> unit

Parameters

player
GKPlayer
challenge
GKChallenge
friendPlayer
GKPlayer
Attributes

Applies to