| Package | com.marpies.ane.facebook.events |
| Class | public class AIRFacebookDeferredAppLinkEvent |
| Inheritance | AIRFacebookDeferredAppLinkEvent AIRFacebookEvent flash.events.Event |
AIRFacebook.fetchDeferredAppLink().
| Property | Defined By | ||
|---|---|---|---|
![]() | errorMessage : 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 | ||
| Method | Defined By | ||
|---|---|---|---|
AIRFacebookDeferredAppLinkEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false) | AIRFacebookDeferredAppLinkEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| REQUEST_RESULT : String = deferredAppLinkRequestResult [static] | AIRFacebookDeferredAppLinkEvent | ||
![]() | SDK_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 | |
| linkNotFound | property |
linkNotFound:Boolean
Returns true whether the deferred app link was not found on the server.
public function get linkNotFound():Boolean public function set linkNotFound(value:Boolean):void| parameters | property |
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.
public function get parameters():Vector.<AIRFacebookLinkParameter> public function set parameters(value:Vector.<AIRFacebookLinkParameter>):void| targetURL | property |
targetURL:String
The deferred deep link or null if no link was found.
public function get targetURL():String public function set targetURL(value:String):void| AIRFacebookDeferredAppLinkEvent | () | Constructor |
public function AIRFacebookDeferredAppLinkEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)type:String | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| REQUEST_RESULT | Constant |
public static const REQUEST_RESULT:String = deferredAppLinkRequestResult