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