Packagecom.marpies.ane.facebook.events
Classpublic class AIRFacebookGameRequestEvent
InheritanceAIRFacebookGameRequestEvent Inheritance AIRFacebookCancellableEvent Inheritance AIRFacebookEvent Inheritance flash.events.Event

Dispatched after a call to AIRFacebook.showGameRequestDialog(). If the dialog was successfully sent, this event provides ID of the sent request as well as IDs of the recipients.



Public Properties
 PropertyDefined By
 InheritederrorMessage : String
Returns a message associated with an error, or null if no error occurred.
AIRFacebookEvent
  recipients : Vector.<String>
List of IDs of Facebook users to which the request was sent, or null if the request was not sent.
AIRFacebookGameRequestEvent
  requestID : String
ID of the GameRequest, or null if the request was not sent.
AIRFacebookGameRequestEvent
 InheritedwasCancelled : Boolean
Returns true if the action represented by the event was cancelled, false otherwise.
AIRFacebookCancellableEvent
Public Methods
 MethodDefined By
  
AIRFacebookGameRequestEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
AIRFacebookGameRequestEvent
Public Constants
 ConstantDefined By
  REQUEST_RESULT : String = gameRequestRequestResult
[static]
AIRFacebookGameRequestEvent
 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
recipientsproperty
recipients:Vector.<String>

List of IDs of Facebook users to which the request was sent, or null if the request was not sent.


Implementation
    public function get recipients():Vector.<String>
    public function set recipients(value:Vector.<String>):void
requestIDproperty 
requestID:String

ID of the GameRequest, or null if the request was not sent.


Implementation
    public function get requestID():String
    public function set requestID(value:String):void
Constructor Detail
AIRFacebookGameRequestEvent()Constructor
public function AIRFacebookGameRequestEvent(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 = gameRequestRequestResult