GameRequestDialog
Versi yang lebih baru dari kelas ini sudah tersedia. Lihat versi terbaru.

Provides functionality to send requests in games. see https://developers.facebook.com/docs/games/requests

Perpanjang:FacebookDialogBase
Paket:widget
Konstruktor
GameRequestDialog(Activity)

Constructs a new RequestDialog.

public GameRequestDialog(Activity activity)
ParameterKeterangan
activityActivity hosting the dialog.
GameRequestDialog(Fragment)

Constructs a new RequestDialog.

public GameRequestDialog(Fragment fragment)
ParameterKeterangan
fragmentAndroid.support.v4.app.Fragment hosting the dialog.
GameRequestDialog(Fragment)

Constructs a new RequestDialog.

public GameRequestDialog(Fragment fragment)
ParameterKeterangan
fragmentAndroid.app.Fragment hosting the dialog.
Metode Kelas
canShow()

Indicates whether the game request dialog can be shown.

public static boolean canShow()
Returns
True if the dialog can be shown
show(Activity, GameRequestContent)

Shows a GameRequestDialog to send a request, using the passed in activity. No callback will be invoked.

public static void show(Activity activity, GameRequestContent gameRequestContent)
ParameterKeterangan
activityActivity hosting the dialog.
gameRequestContentContent of the request.
show(Fragment, GameRequestContent)

Shows a GameRequestDialog to send a request, using the passed in activity. No callback will be invoked.

public static void show(Fragment fragment, GameRequestContent gameRequestContent)
ParameterKeterangan
fragmentAndroid.support.v4.app.Fragment hosting the dialog.
gameRequestContentContent of the request.
show(Fragment, GameRequestContent)

Shows a GameRequestDialog to send a request, using the passed in activity. No callback will be invoked.

public static void show(Fragment fragment, GameRequestContent gameRequestContent)
ParameterKeterangan
fragmentAndroid.app.Fragment hosting the dialog.
gameRequestContentContent of the request.