Packagenet.flashplusplus.Snapdragon.GameCenter.events
Classpublic class SDAuthenticationEvent
InheritanceSDAuthenticationEvent Inheritance flash.events.Event

SDAuthenticationEvent is an event object dispatched by authenticating local user in iOS Game Center.



Public Methods
 MethodDefined By
  
SDAuthenticationEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor of SDAuthenticationEvent class.
SDAuthenticationEvent
Public Constants
 ConstantDefined By
  AUTHENTICATION_COMPLETE : String = AUTHENTICATION_COMPLETE
[static]
SDAuthenticationEvent
  AUTHENTICATION_ERROR : String = AUTHENTICATION_ERROR
[static]
SDAuthenticationEvent
Constructor Detail
SDAuthenticationEvent()Constructor
public function SDAuthenticationEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)

Constructor of SDAuthenticationEvent class.

Parameters
type:String — is the type of the event.
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant Detail
AUTHENTICATION_COMPLETEConstant
public static const AUTHENTICATION_COMPLETE:String = AUTHENTICATION_COMPLETE

AUTHENTICATION_ERRORConstant 
public static const AUTHENTICATION_ERROR:String = AUTHENTICATION_ERROR