A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
scores — Property, class net.flashplusplus.Snapdragon.GameCenter.events.SDLeaderboardEvent
The scores vector contains of SDScore objects.
SCREEN_ORIENTATION_LANDSCAPE — Constant Static Property, class net.flashplusplus.Snapdragon.Snapdragon
SCREEN_ORIENTATION_PORTRAIT — Constant Static Property, class net.flashplusplus.Snapdragon.Snapdragon
SDAchievement — class, package net.flashplusplus.Snapdragon.GameCenter
SDAchievement is a descriptor class.
SDAchievement(identifier:String, percentCompletion:Number) — Constructor, class net.flashplusplus.Snapdragon.GameCenter.SDAchievement
Constructor of SDAchievement class.
SDAchievementEvent — class, package net.flashplusplus.Snapdragon.GameCenter.events
SDAchievementEvent is an event object dispatched by using iOS Game Center achievement features.
SDAchievementEvent(type:String, achievementData:Vector$net.flashplusplus.Snapdragon.GameCenter:SDAchievement, bubbles:Boolean, cancelable:Boolean) — Constructor, class net.flashplusplus.Snapdragon.GameCenter.events.SDAchievementEvent
Constructor of SDAchievementEvent class.
SDAdEvent — class, package net.flashplusplus.Snapdragon.iAdNetwork.events
SDAdEvent is an event object dispatched by iAdNetwok events.
SDAdEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class net.flashplusplus.Snapdragon.iAdNetwork.events.SDAdEvent
Constructor of SDAdEvent class.
SDAdManager — class, package net.flashplusplus.Snapdragon.iAdNetwork
SDAdManager(namespace:Namespace) — Constructor, class net.flashplusplus.Snapdragon.iAdNetwork.SDAdManager
Constructor of SDAdManager singleton class.
SDAuthenticationEvent — class, package net.flashplusplus.Snapdragon.GameCenter.events
SDAuthenticationEvent is an event object dispatched by authenticating local user in iOS Game Center.
SDAuthenticationEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class net.flashplusplus.Snapdragon.GameCenter.events.SDAuthenticationEvent
Constructor of SDAuthenticationEvent class.
SDGameCenterManager — class, package net.flashplusplus.Snapdragon.GameCenter
SDGameCenterManager(namespace:Namespace) — Constructor, class net.flashplusplus.Snapdragon.GameCenter.SDGameCenterManager
Constructor of SDGameCenter singleton class.
SDLeaderboard — class, package net.flashplusplus.Snapdragon.GameCenter
SDLeaderboard is a descriptor class.
SDLeaderboard(category:String, title:String) — Constructor, class net.flashplusplus.Snapdragon.GameCenter.SDLeaderboard
Constructor of SDLeaderboard class.
SDLeaderboardEvent — class, package net.flashplusplus.Snapdragon.GameCenter.events
SDLeaderboardEvent is an event object dispatched by using iOS Game Center leaderboard features.
SDLeaderboardEvent(type:String, leaderboards:Vector$net.flashplusplus.Snapdragon.GameCenter:SDLeaderboard, scores:Vector$net.flashplusplus.Snapdragon.GameCenter:SDScore, bubbles:Boolean, cancelable:Boolean) — Constructor, class net.flashplusplus.Snapdragon.GameCenter.events.SDLeaderboardEvent
Constructor of SDLeaderboardEvent class.
SDLocalNotification — class, package net.flashplusplus.Snapdragon.NotificationCenter
SDLocalNotification is a descriptor class to initiate a notification in Notification Center.
SDLocalNotification(id:String, alertBody:String, fireDate:Date) — Constructor, class net.flashplusplus.Snapdragon.NotificationCenter.SDLocalNotification
Constructor of SDLocalNotification class.
SDNotificationEvent — class, package net.flashplusplus.Snapdragon.NotificationCenter.events
SDNotificationEvent is an event object dispatched by notification center events.
SDNotificationEvent(type:String, id:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class net.flashplusplus.Snapdragon.NotificationCenter.events.SDNotificationEvent
Constructor of SDNotificationEvent class.
SDNotificationManager — class, package net.flashplusplus.Snapdragon.NotificationCenter
SDNotificationManager(namespace:Namespace) — Constructor, class net.flashplusplus.Snapdragon.NotificationCenter.SDNotificationManager
Constructor of SDNotificationManager singleton class.
SDPlayer — class, package net.flashplusplus.Snapdragon.GameCenter
SDPlayer is a descriptor class.
SDPlayer(playerID:String, alias:String, displayName:String, isFriend:Boolean) — Constructor, class net.flashplusplus.Snapdragon.GameCenter.SDPlayer
Constructor of SDPlayer class.
SDProduct — class, package net.flashplusplus.Snapdragon.InAppStore
SDProduct is a descriptor class.
SDProduct(identifier:String, localizedDescription:String, localizedTitle:String, price:Number, purchased:Boolean) — Constructor, class net.flashplusplus.Snapdragon.InAppStore.SDProduct
Constructor of SDProduct class.
SDResponse — class, package net.flashplusplus.Snapdragon.InAppStore
SDResponse contains the result of the product identifier validation.
SDResponse(products:Vector$net.flashplusplus.Snapdragon.InAppStore:SDProduct, invalidIdentifier:Vector$String, storageUpToDate:Boolean) — Constructor, class net.flashplusplus.Snapdragon.InAppStore.SDResponse
Constructor of the SDResponse class.
SDScore — class, package net.flashplusplus.Snapdragon.GameCenter
SDScore is a descriptor class.
SDScore(playerID:String, category:String, date:int, value:int, formattedValue:String, rank:int) — Constructor, class net.flashplusplus.Snapdragon.GameCenter.SDScore
Constructor of SDScore class.
SDSocialEvent — class, package net.flashplusplus.Snapdragon.SocialCenter.events
SDSocialEvent is an event object dispatched by social center events.
SDSocialEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor, class net.flashplusplus.Snapdragon.SocialCenter.events.SDSocialEvent
Constructor of SDSocialEvent class.
SDSocialManager — class, package net.flashplusplus.Snapdragon.SocialCenter
SDSocialManager(namespace:Namespace) — Constructor, class net.flashplusplus.Snapdragon.SocialCenter.SDSocialManager
Constructor of SDSocialManager singleton class.
SDStoreEvent — class, package net.flashplusplus.Snapdragon.InAppStore.events
SDStoreEvent is an event object dispatched by app store events.
SDStoreEvent(type:String, productIdentifier:String, response:net.flashplusplus.Snapdragon.InAppStore:SDResponse, bubbles:Boolean, cancelable:Boolean) — Constructor, class net.flashplusplus.Snapdragon.InAppStore.events.SDStoreEvent
Constructor of SDStoreEvent class.
SDStoreManager — class, package net.flashplusplus.Snapdragon.InAppStore
SDStoreManager(namespace:Namespace) — Constructor, class net.flashplusplus.Snapdragon.InAppStore.SDStoreManager
Constructor of SDStoreManager singleton class.
showAchievements() — method, class net.flashplusplus.Snapdragon.GameCenter.SDGameCenterManager
Shows the native iOS Game Center view of achievements.
showLeaderboard(category:String, timeScope:String) — method, class net.flashplusplus.Snapdragon.GameCenter.SDGameCenterManager
Shows the native iOS Game Center view of leaderboards.
Snapdragon — class, package net.flashplusplus.Snapdragon
Snapdragon is the singleton main class of the Snapdragon API.
Snapdragon() — Constructor, class net.flashplusplus.Snapdragon.Snapdragon
Constructor of Snapdragon singleton class.
SocialCenterExtContext — Property, class net.flashplusplus.Snapdragon.Snapdragon
socialManager — Property, class net.flashplusplus.Snapdragon.Snapdragon
Obtains an instance from SDSocialManager class.
storageUpToDate — Property, class net.flashplusplus.Snapdragon.InAppStore.SDResponse
A Boolean to tell, whether the restoration of purchases needed or not.
storeManager — Property, class net.flashplusplus.Snapdragon.Snapdragon
Obtains an instance from SDStoreManager class.
submitAchievement(identifier:String, progress:Number, showBanner:Boolean) — method, class net.flashplusplus.Snapdragon.GameCenter.SDGameCenterManager
Submits an achievement to iOS Game Center in the name of the local player.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z