GKChallengeComposeCompletionBlock
A completion block that provides information about the player who issues a challenge and the players who receive it.
Declaration
typealias GKChallengeComposeCompletionBlock = (UIViewController, Bool, [String]?) -> Voidtypealias GKChallengeComposeCompletionBlock = (NSViewController, Bool, [String]?) -> VoidParameters
- composeController:
View controller for the challenge.
- didIssueChallenge:
A Boolean value that indicates whether the player issues the challenge.
- sentPlayerIDs:
The identifiers for the players that receive the challenge.