GKChallengeComposeResult Class

Definition

Holds the return values from the asynchronous method ChallengeComposeControllerAsync(String, GKPlayer[], UIViewController).

public class GKChallengeComposeResult
type GKChallengeComposeResult = class
Inheritance
GKChallengeComposeResult

Remarks

This class holds the return values from the asynchronous method ChallengeComposeControllerAsync(String, GKPlayer[], UIViewController).

Constructors

GKChallengeComposeResult(NSViewController, Boolean, String[])
GKChallengeComposeResult(UIViewController, Boolean, String[])

Constructs an instance of GameKit.GKChallengeComposeResult

Properties

ComposeController

Gets or sets the challenge view controller.

IssuedChallenge

Gets or sets a Boolean value that tells whether the challenge was sent.

SentPlayerIDs

Gets or sets the list of IDs for the players to whom the challenge was sent.

Applies to