| Package | com.myflashlab.air.extensions.appleSignIn |
| Class | public class AppleSignIn |
| Inheritance | AppleSignIn Object |
| Property | Defined By | ||
|---|---|---|---|
| listener : EventDispatcher [static] [read-only]
Get access to the instance of the event dispatcher to listen on dark mode changes. | AppleSignIn | ||
| Method | Defined By | ||
|---|---|---|---|
authorize():void [static]
Perform new authorization request. | AppleSignIn | ||
dispose():void [static]
Call to dispose the extension
| AppleSignIn | ||
init():void [static]
To use this extension, you must first initialize it with this method. | AppleSignIn | ||
| Constant | Defined By | ||
|---|---|---|---|
| EXTENSION_ID : String = com.myflashlab.air.extensions.appleSignIn [static] | AppleSignIn | ||
| VERSION : String = 1.0.4 [static] | AppleSignIn | ||
| listener | property |
listener:EventDispatcher [read-only] Get access to the instance of the event dispatcher to listen on dark mode changes.
public static function get listener():EventDispatcher| authorize | () | method |
public static function authorize():voidPerform new authorization request.
| dispose | () | method |
public static function dispose():voidCall to dispose the extension
| init | () | method |
public static function init():voidTo use this extension, you must first initialize it with this method.
| EXTENSION_ID | Constant |
public static const EXTENSION_ID:String = com.myflashlab.air.extensions.appleSignIn| VERSION | Constant |
public static const VERSION:String = 1.0.4