GKInviteeResponse 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.
An enumeration whose values specify the possible responses of a remote player to a GKInvite.
public enum GKInviteeResponse
type GKInviteeResponse =
- Inheritance
-
GKInviteeResponse
Fields
Accepted | 0 | |
Declined | 1 | |
Failed | 2 | |
Incompatible | 3 | |
NoAnswer | 5 | |
UnableToConnect | 4 |