| Package | com.marpies.ane.facebook.events |
| Class | public class AIRFacebookGameRequestInvokeEvent |
| Inheritance | AIRFacebookGameRequestInvokeEvent flash.events.Event |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
AIRFacebookGameRequestInvokeEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false) | AIRFacebookGameRequestInvokeEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| INVOKE : String = invoke [static] | AIRFacebookGameRequestInvokeEvent | ||
| arguments | property |
arguments:Array
Original flash.events.InvokeEvent arguments.
public function get arguments():Array public function set arguments(value:Array):void| fullURL | property |
fullURL:StringURL that was handled by the invoke event.
public function get fullURL():String public function set fullURL(value:String):void| reason | property |
reason:StringReason of the invoke event.
public function get reason():String public function set reason(value:String):void| requestIDs | property |
requestIDs:Vector.<String>
List of GameRequest IDs which were sent to the user.
Use the IDs with AIRFacebook.requestUserGameRequests().
public function get requestIDs():Vector.<String> public function set requestIDs(value:Vector.<String>):void| URLVars | property |
URLVars:URLVariablesParsed variables from the invoked URL.
public function get URLVars():URLVariables public function set URLVars(value:URLVariables):void| AIRFacebookGameRequestInvokeEvent | () | Constructor |
public function AIRFacebookGameRequestInvokeEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)type:String | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| INVOKE | Constant |
public static const INVOKE:String = invoke