SkillzOrientation Constants Reference

Declared in SkillzInstance.h

SkillzOrientation

NS_ENUM defining the orientations that Skillz can be launched in.

Definition

typedef NS_ENUM(NSInteger, SkillzOrientation ) {
   SkillzPortrait,
   SkillzLandscape,
};

Constants

SkillzPortrait

Used to launch Skillz in a portrait orientation.

Declared In SkillzInstance.h.

SkillzLandscape

Used to launch Skillz in a landscape orientation. This will match the landscape orientation of your game.

Declared In SkillzInstance.h.

Declared In

SkillzInstance.h