Facebook
JoinAppGroupDialog - Documentation - Meta for Developers
JoinAppGroupDialog
A more recent version of this class is available. Check out  the latest version.

A dialog for joining app groups

Extends: FacebookDialogBase
Package: widget
Constructors
JoinAppGroupDialog(Activity)

Constructs a JoinAppGroupDialog.

public JoinAppGroupDialog( Activity activity )
Parameter Description
activity Activity hosting the dialog.
JoinAppGroupDialog(Fragment)

Constructs a JoinAppGroupDialog.

public JoinAppGroupDialog( Fragment fragment )
Parameter Description
fragment Fragment hosting the dialog.
Class Methods
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 )
Parameter Description
activity Activity hosting the dialog
groupId Id 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 )
Parameter Description
fragment Fragment hosting the dialog
groupId Id of the group to join
Design a Mobile Website
View Site in Mobile | Classic
Share by: