| Package | com.myflashlab.air.extensions.gameCenter |
| Class | public class ChallengeState |
| Inheritance | ChallengeState Object |
| Constant | Defined By | ||
|---|---|---|---|
| COMPLETED : int = 2 [static] The challenge has been completed by the receiving player | ChallengeState | ||
| DECLINED : int = 3 [static] The challenge has been declined by the receiving player | ChallengeState | ||
| INVALID : int = 0 [static] | ChallengeState | ||
| PENDING : int = 1 [static] The challenge has been issued, but neither completed nor declined | ChallengeState | ||
| COMPLETED | Constant |
public static const COMPLETED:int = 2The challenge has been completed by the receiving player
| DECLINED | Constant |
public static const DECLINED:int = 3The challenge has been declined by the receiving player
| INVALID | Constant |
public static const INVALID:int = 0| PENDING | Constant |
public static const PENDING:int = 1The challenge has been issued, but neither completed nor declined