Packageartcustomer.framework.utils.consts
Classpublic class ContextMode
InheritanceContextMode Inheritance Object

ContextMode : Helpful to disociate development abd production.



Public Constants
 ConstantDefined By
  DEBUG : String = debug
[static]
ContextMode
  DEV : String = dev
[static]
ContextMode
  RELEASE : String = release
[static]
ContextMode
Constant Detail
DEBUGConstant
public static const DEBUG:String = debug

DEVConstant 
public static const DEV:String = dev

RELEASEConstant 
public static const RELEASE:String = release