ASAppEnvironment
enum ASAppEnvironment : NSInteger {}
ASAppEnvironment is an enumeration describing which environment of AirService to run.
-
QA: To be used during development and testing.
Declaration
Objective-C
ASAppEnvironmentQA = 0 -
Production: Live environment, real money, real people, real food..
Declaration
Objective-C
ASAppEnvironmentProduction
View on GitHub
ASAppEnvironment Enum Reference