Package | com.distriqt.extension.facebook.share.model |
Class | public class GameRequestContentBuilder |
Inheritance | GameRequestContentBuilder Object |
Method | Defined By | ||
---|---|---|---|
Constructor
| GameRequestContentBuilder | ||
build():Object
Builds the object for sharing using GameRequestDialog.show
| GameRequestContentBuilder | ||
setMessage(message:String):GameRequestContentBuilder
Set the message to display in the game request
| GameRequestContentBuilder | ||
setRecipients(recipients:Array):GameRequestContentBuilder
Set the list of Ids for recipients of this game request
| GameRequestContentBuilder | ||
setTitle(title:String):GameRequestContentBuilder
Set the title to display in the the dialog
| GameRequestContentBuilder |
GameRequestContentBuilder | () | Constructor |
public function GameRequestContentBuilder()
Constructor
build | () | method |
public function build():Object
Builds the object for sharing using GameRequestDialog.show
Object — The content Object
|
See also
setMessage | () | method |
public function setMessage(message:String):GameRequestContentBuilder
Set the message to display in the game request
Parameters
message:String — The message for the content
|
GameRequestContentBuilder — GameRequestContentBuilder instance for chaining calls
|
setRecipients | () | method |
public function setRecipients(recipients:Array):GameRequestContentBuilder
Set the list of Ids for recipients of this game request
Parameters
recipients:Array — Array of user ids
|
GameRequestContentBuilder — GameRequestContentBuilder instance for chaining calls
|
setTitle | () | method |
public function setTitle(title:String):GameRequestContentBuilder
Set the title to display in the the dialog
Parameters
title:String — The title for the dialog
|
GameRequestContentBuilder — GameRequestContentBuilder instance for chaining calls
|