GKChallengeComposeResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |