Packagecom.myflashlab.air.extensions.gameCenter
Classpublic class ChallengeState
InheritanceChallengeState Inheritance Object



Public Constants
 ConstantDefined 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
Constant Detail
COMPLETEDConstant
public static const COMPLETED:int = 2

The challenge has been completed by the receiving player

DECLINEDConstant 
public static const DECLINED:int = 3

The challenge has been declined by the receiving player

INVALIDConstant 
public static const INVALID:int = 0

PENDINGConstant 
public static const PENDING:int = 1

The challenge has been issued, but neither completed nor declined