Packagecom.myflashlab.air.extensions.appleSignIn
Classpublic class AppleSignIn
InheritanceAppleSignIn Inheritance Object



Public Properties
 PropertyDefined By
  listener : EventDispatcher
[static] [read-only] Get access to the instance of the event dispatcher to listen on dark mode changes.
AppleSignIn
Public Methods
 MethodDefined 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
Public Constants
 ConstantDefined By
  EXTENSION_ID : String = com.myflashlab.air.extensions.appleSignIn
[static]
AppleSignIn
  VERSION : String = 1.0.4
[static]
AppleSignIn
Property Detail
listenerproperty
listener:EventDispatcher  [read-only]

Get access to the instance of the event dispatcher to listen on dark mode changes.


Implementation
    public static function get listener():EventDispatcher
Method Detail
authorize()method
public static function authorize():void

Perform new authorization request.

dispose()method 
public static function dispose():void

Call to dispose the extension

init()method 
public static function init():void

To use this extension, you must first initialize it with this method.

Constant Detail
EXTENSION_IDConstant
public static const EXTENSION_ID:String = com.myflashlab.air.extensions.appleSignIn

VERSIONConstant 
public static const VERSION:String = 1.0.4