Packagecom.marpies.ane.facebook.events
Classpublic class AIRFacebookGameRequestInvokeEvent
InheritanceAIRFacebookGameRequestInvokeEvent Inheritance flash.events.Event

Dispatched once your application is invoked from a Game Request, for example when user tapped a request notification in native Facebook app.



Public Properties
 PropertyDefined By
  arguments : Array
Original flash.events.InvokeEvent arguments.
AIRFacebookGameRequestInvokeEvent
  fullURL : String
URL that was handled by the invoke event.
AIRFacebookGameRequestInvokeEvent
  reason : String
Reason of the invoke event.
AIRFacebookGameRequestInvokeEvent
  requestIDs : Vector.<String>
List of GameRequest IDs which were sent to the user.
AIRFacebookGameRequestInvokeEvent
  URLVars : URLVariables
Parsed variables from the invoked URL.
AIRFacebookGameRequestInvokeEvent
Public Methods
 MethodDefined By
  
AIRFacebookGameRequestInvokeEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
AIRFacebookGameRequestInvokeEvent
Public Constants
 ConstantDefined By
  INVOKE : String = invoke
[static]
AIRFacebookGameRequestInvokeEvent
Property Detail
argumentsproperty
arguments:Array

Original flash.events.InvokeEvent arguments.


Implementation
    public function get arguments():Array
    public function set arguments(value:Array):void
fullURLproperty 
fullURL:String

URL that was handled by the invoke event.


Implementation
    public function get fullURL():String
    public function set fullURL(value:String):void
reasonproperty 
reason:String

Reason of the invoke event.


Implementation
    public function get reason():String
    public function set reason(value:String):void
requestIDsproperty 
requestIDs:Vector.<String>

List of GameRequest IDs which were sent to the user. Use the IDs with AIRFacebook.requestUserGameRequests().


Implementation
    public function get requestIDs():Vector.<String>
    public function set requestIDs(value:Vector.<String>):void
URLVarsproperty 
URLVars:URLVariables

Parsed variables from the invoked URL.


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



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant Detail
INVOKEConstant
public static const INVOKE:String = invoke