JoinAppGroupDialog
有此級別的更新版本。前往查看 最新版本。

A dialog for joining app groups

延伸:FacebookDialogBase
套件:widget
建構函式
JoinAppGroupDialog(Activity)

Constructs a JoinAppGroupDialog.

public JoinAppGroupDialog(Activity activity)
參數說明
activityActivity hosting the dialog.
JoinAppGroupDialog(Fragment)

Constructs a JoinAppGroupDialog.

public JoinAppGroupDialog(Fragment fragment)
參數說明
fragmentFragment hosting the dialog.
類別方式
canShow()

Indicates whether the join app group dialog can be shown.

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

Shows an JoinAppGroupDialog to join a group with the passed in Id, using the passed in activity. No callback will be invoked.

public static void show(Activity activity, String groupId)
參數說明
activityActivity hosting the dialog
groupIdId of the group to join
show(Fragment, String)

Shows an JoinAppGroupDialog to join a group with the passed in Id, using the passed in fragment. No callback will be invoked.

public static void show(Fragment fragment, String groupId)
參數說明
fragmentFragment hosting the dialog
groupIdId of the group to join