Package | com.myflashlab.air.extensions.fb |
Class | public class GameRequestContent |
Inheritance | GameRequestContent Object |
Property | Defined By | ||
---|---|---|---|
actionType : int the action type for this request. | GameRequestContent | ||
data : String optional data which can be used for tracking; maximum length is 255 characters. | GameRequestContent | ||
filters : int the filters for everybody/app users/non app users. | GameRequestContent | ||
message : String the message users receiving the request will see. | GameRequestContent | ||
objectID : String the open graph id of the object that action type will be performed on. | GameRequestContent | ||
recipients : Array
An array of user IDs, usernames or invite tokens of people to send request. | GameRequestContent | ||
recipientSuggestions : Array
a list of user ids suggested as request receivers
| GameRequestContent | ||
title : String
an optional title for the dialog; maximum length is 50 characters. | GameRequestContent |
Method | Defined By | ||
---|---|---|---|
Constructor for initializing a new instance of this class. | GameRequestContent | ||
toString():String | GameRequestContent |
Constant | Defined By | ||
---|---|---|---|
ACTION_TYPE_ASKFOR : int = 2 [static] | GameRequestContent | ||
ACTION_TYPE_SEND : int = 1 [static] | GameRequestContent | ||
ACTION_TYPE_TURN : int = 3 [static] | GameRequestContent | ||
FILTERS_APP_NON_USERS : int = 2 [static] | GameRequestContent | ||
FILTERS_APP_USERS : int = 1 [static] | GameRequestContent |
actionType | property |
actionType:int
the action type for this request.
public function get actionType():int
public function set actionType(value:int):void
data | property |
data:String
optional data which can be used for tracking; maximum length is 255 characters.
public function get data():String
public function set data(value:String):void
filters | property |
filters:int
the filters for everybody/app users/non app users.
public function get filters():int
public function set filters(value:int):void
message | property |
message:String
the message users receiving the request will see. The maximum length is 60 characters.
public function get message():String
public function set message(value:String):void
objectID | property |
objectID:String
the open graph id of the object that action type will be performed on. Only valid (and required) for ActionTypes SEND, ASKFOR
public function get objectID():String
public function set objectID(value:String):void
recipients | property |
recipients:Array
An array of user IDs, usernames or invite tokens of people to send request. If this is not specified, a friend selector will be displayed and the user can select up to 50 friends.
public function get recipients():Array
public function set recipients(value:Array):void
recipientSuggestions | property |
recipientSuggestions:Array
a list of user ids suggested as request receivers
public function get recipientSuggestions():Array
public function set recipientSuggestions(value:Array):void
title | property |
title:String
an optional title for the dialog; maximum length is 50 characters.
public function get title():String
public function set title(value:String):void
GameRequestContent | () | Constructor |
public function GameRequestContent()
Constructor for initializing a new instance of this class.
toString | () | method |
public function toString():String
ReturnsString |
ACTION_TYPE_ASKFOR | Constant |
public static const ACTION_TYPE_ASKFOR:int = 2
ACTION_TYPE_SEND | Constant |
public static const ACTION_TYPE_SEND:int = 1
ACTION_TYPE_TURN | Constant |
public static const ACTION_TYPE_TURN:int = 3
FILTERS_APP_NON_USERS | Constant |
public static const FILTERS_APP_NON_USERS:int = 2
FILTERS_APP_USERS | Constant |
public static const FILTERS_APP_USERS:int = 1