SDAuthenticationEvent is an event object dispatched by authenticating local user in iOS Game Center.
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 )
|
public static const AUTHENTICATION_COMPLETE:String = AUTHENTICATION_COMPLETE
public static const AUTHENTICATION_ERROR:String = AUTHENTICATION_ERROR
Tue Apr 15 2014, 10:55 AM +02:00