SkillzEnvironment Constants Reference

Declared in SkillzInstance.h

SkillzEnvironment

NS_ENUM defining the different servers that Skillz can connect to.

Definition

typedef NS_ENUM(NSInteger, SkillzEnvironment ) {
   SkillzProduction,
   SkillzSandbox,
};

Constants

SkillzProduction

Used when connecting to the live production server.

Declared In SkillzInstance.h.

SkillzSandbox

Used when connecting to the test sandbox server.

Declared In SkillzInstance.h.

Declared In

SkillzInstance.h