Snapdragon is the singleton main class of the Snapdragon API.
It holds all of the functions, that can be used by any Adobe Air application.
adManager:SDAdManager
[read-only]
Obtains an instance from SDAdManager class.
Implementation public function get adManager():SDAdManager
SDNamespace var extContext:ExtensionContext
gameCenterManager:SDGameCenterManager
[read-only]
Obtains an instance from SDGameCenterManager class.
Implementation public function get gameCenterManager():SDGameCenterManager
instance:Snapdragon
[read-only]
Snapdragon instance property.
If the object is not exists, it will be created.
Implementation public static function get instance():Snapdragon
storeManager:SDStoreManager
[read-only]
Obtains an instance from SDStoreManager class.
Implementation public function get storeManager():SDStoreManager
public function Snapdragon()
Constructor of Snapdragon singleton class.
It can not be used directly, use instance property instead.
Throws | Error — When it is called.
|
public static const SCREEN_ORIENTATION_LANDSCAPE:String = landscape
public static const SCREEN_ORIENTATION_PORTRAIT:String = portrait
Thu Mar 13 2014, 11:07 AM +01:00