Packagenet.flashplusplus.Snapdragon.SocialCenter.events
Classpublic class SDSocialEvent
InheritanceSDSocialEvent Inheritance flash.events.Event

SDSocialEvent is an event object dispatched by social center events.



Public Methods
 MethodDefined By
  
SDSocialEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor of SDSocialEvent class.
SDSocialEvent
Public Constants
 ConstantDefined By
  FACEBOOK_POST_CANCELED_BY_USER : String = FACEBOOK_POST_CANCELED_BY_USER
[static]
SDSocialEvent
  FACEBOOK_POST_PERFORMED_BY_USER : String = FACEBOOK_POST_PERFORMED_BY_USER
[static]
SDSocialEvent
  TWITTER_POST_CANCELED_BY_USER : String = TWITTER_POST_CANCELED_BY_USER
[static]
SDSocialEvent
  TWITTER_POST_PERFORMED_BY_USER : String = TWITTER_POST_PERFORMED_BY_USER
[static]
SDSocialEvent
Constructor Detail
SDSocialEvent()Constructor
public function SDSocialEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)

Constructor of SDSocialEvent class.

Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant Detail
FACEBOOK_POST_CANCELED_BY_USERConstant
public static const FACEBOOK_POST_CANCELED_BY_USER:String = FACEBOOK_POST_CANCELED_BY_USER

FACEBOOK_POST_PERFORMED_BY_USERConstant 
public static const FACEBOOK_POST_PERFORMED_BY_USER:String = FACEBOOK_POST_PERFORMED_BY_USER

TWITTER_POST_CANCELED_BY_USERConstant 
public static const TWITTER_POST_CANCELED_BY_USER:String = TWITTER_POST_CANCELED_BY_USER

TWITTER_POST_PERFORMED_BY_USERConstant 
public static const TWITTER_POST_PERFORMED_BY_USER:String = TWITTER_POST_PERFORMED_BY_USER