| Package | com.distriqt.extension.applesignin.events |
| Class | public class AppleSignInErrorEvent |
| Inheritance | AppleSignInErrorEvent flash.events.ErrorEvent |
| Method | Defined By | ||
|---|---|---|---|
AppleSignInErrorEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, text:String, id:int = 0) | AppleSignInErrorEvent | ||
clone():Event [override] | AppleSignInErrorEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| ERROR : String = applesignin:error [static]
| AppleSignInErrorEvent | ||
| GET_CREDENTIAL_STATE_ERROR : String = applesignin:getcredential:error [static]
| AppleSignInErrorEvent | ||
| AppleSignInErrorEvent | () | Constructor |
public function AppleSignInErrorEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, text:String, id:int = 0)type:String | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) | |
text:String | |
id:int (default = 0) |
| clone | () | method |
override public function clone():EventReturnsEvent |
| ERROR | Constant |
public static const ERROR:String = applesignin:error
| GET_CREDENTIAL_STATE_ERROR | Constant |
public static const GET_CREDENTIAL_STATE_ERROR:String = applesignin:getcredential:error