Packagecom.marpies.ane.facebook.events
Classpublic class AIRFacebookDeferredAppLinkEvent
InheritanceAIRFacebookDeferredAppLinkEvent Inheritance AIRFacebookEvent Inheritance flash.events.Event

Dispatched after a call to AIRFacebook.fetchDeferredAppLink().



Public Properties
 PropertyDefined By
 InheritederrorMessage : String
Returns a message associated with an error, or null if no error occurred.
AIRFacebookEvent
  linkNotFound : Boolean
Returns true whether the deferred app link was not found on the server.
AIRFacebookDeferredAppLinkEvent
  parameters : Vector.<AIRFacebookLinkParameter>
If the deferred deep link specified parameters after a question mark then these will be parsed by the ANE and returned by this property, otherwise you will have to parse the parameters from targetURL yourself.
AIRFacebookDeferredAppLinkEvent
  targetURL : String
The deferred deep link or null if no link was found.
AIRFacebookDeferredAppLinkEvent
Public Methods
 MethodDefined By
  
AIRFacebookDeferredAppLinkEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
AIRFacebookDeferredAppLinkEvent
Public Constants
 ConstantDefined By
  REQUEST_RESULT : String = deferredAppLinkRequestResult
[static]
AIRFacebookDeferredAppLinkEvent
 InheritedSDK_INIT : String = sdkInit
[static] Dispatched shortly after a call to AIRFacebook.init(), at which point the Facebook SDK is fully initialized and it is safe to use the rest of the API.
AIRFacebookEvent
Property Detail
linkNotFoundproperty
linkNotFound:Boolean

Returns true whether the deferred app link was not found on the server.


Implementation
    public function get linkNotFound():Boolean
    public function set linkNotFound(value:Boolean):void
parametersproperty 
parameters:Vector.<AIRFacebookLinkParameter>

If the deferred deep link specified parameters after a question mark then these will be parsed by the ANE and returned by this property, otherwise you will have to parse the parameters from targetURL yourself.


Implementation
    public function get parameters():Vector.<AIRFacebookLinkParameter>
    public function set parameters(value:Vector.<AIRFacebookLinkParameter>):void
targetURLproperty 
targetURL:String

The deferred deep link or null if no link was found.


Implementation
    public function get targetURL():String
    public function set targetURL(value:String):void
Constructor Detail
AIRFacebookDeferredAppLinkEvent()Constructor
public function AIRFacebookDeferredAppLinkEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant Detail
REQUEST_RESULTConstant
public static const REQUEST_RESULT:String = deferredAppLinkRequestResult