Package | com.myflashlab.air.extensions.appleSignIn |
Class | public class AppleSignInEvent |
Inheritance | AppleSignInEvent flash.events.Event |
Property | Defined By | ||
---|---|---|---|
error : Error [read-only]
An error state on failure. | AppleSignInEvent | ||
result : Object [read-only]
An object contain event result. | AppleSignInEvent |
Method | Defined By | ||
---|---|---|---|
AppleSignInEvent(status:String, result:Object = null, error:Error = null)
An event that trigger on evey authorization request. | AppleSignInEvent |
Constant | Defined By | ||
---|---|---|---|
ERROR_CANCELLED : String = Cancelled [static] | AppleSignInEvent | ||
ERROR_FAILED : String = Failed [static] | AppleSignInEvent | ||
ERROR_INVALID_RESPONSE : String = InvalidResponse [static] | AppleSignInEvent | ||
ERROR_NOT_AVAILABLE : String = NotAvailable [static] | AppleSignInEvent | ||
ERROR_NOT_HANDLED : String = NotHandled [static] | AppleSignInEvent | ||
ERROR_UNKNOWN : String = Unknown [static] | AppleSignInEvent | ||
FAILURE : String = onAuthorizeFailure [static] | AppleSignInEvent | ||
SUCCESS : String = onAuthorizeSuccess [static] | AppleSignInEvent |
error | property |
error:Error
[read-only] An error state on failure. return String
public function get error():Error
result | property |
result:Object
[read-only] An object contain event result. return Object
public function get result():Object
AppleSignInEvent | () | Constructor |
public function AppleSignInEvent(status:String, result:Object = null, error:Error = null)
An event that trigger on evey authorization request.
Parametersstatus:String | |
result:Object (default = null )
| |
error:Error (default = null )
|
ERROR_CANCELLED | Constant |
public static const ERROR_CANCELLED:String = Cancelled
ERROR_FAILED | Constant |
public static const ERROR_FAILED:String = Failed
ERROR_INVALID_RESPONSE | Constant |
public static const ERROR_INVALID_RESPONSE:String = InvalidResponse
ERROR_NOT_AVAILABLE | Constant |
public static const ERROR_NOT_AVAILABLE:String = NotAvailable
ERROR_NOT_HANDLED | Constant |
public static const ERROR_NOT_HANDLED:String = NotHandled
ERROR_UNKNOWN | Constant |
public static const ERROR_UNKNOWN:String = Unknown
FAILURE | Constant |
public static const FAILURE:String = onAuthorizeFailure
SUCCESS | Constant |
public static const SUCCESS:String = onAuthorizeSuccess