GKInviteRecipientResponse Enum
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.
Enumerates responses to game play invitations.
public enum GKInviteRecipientResponse
type GKInviteRecipientResponse =
- Inheritance
-
GKInviteRecipientResponse
Fields
Accepted | 0 | The recipient accepted. |
Declined | 1 | The recipient declined. |
Failed | 2 | The request failed. |
Incompatible | 3 | The versions of the game that are owned by the host and recipient are incompatible. |
NoAnswer | 5 | The recipient did not answer. |
UnableToConnect | 4 |