CreateAppGroupDialog
เวอร์ชั่นที่ใหม่กว่าของคลาสนี้พร้อมแล้ว ตรวจสอบได้ เวอร์ชั่นล่าสุด

A dialog for creating app groups

ขยาย:FacebookDialogBase
แพ็คเกจ:widget
ผู้สร้าง
CreateAppGroupDialog(Activity)

Constructs a new CreateAppGroupDialog.

public CreateAppGroupDialog(Activity activity)
พารามิเตอร์คำอธิบาย
activityActivity hosting the dialog.
CreateAppGroupDialog(Fragment)

Constructs a new CreateAppGroupDialog.

public CreateAppGroupDialog(Fragment fragment)
พารามิเตอร์คำอธิบาย
fragmentFragment hosting the dialog.
วิธีการคลาส
canShow()

Indicates whether the create app group dialog can be shown.

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

Shows an CreateAppGroupDialog to create a group with the passed in content, using the passed in activity. No callback will be invoked.

public static void show(Activity activity, AppGroupCreationContent appGroupCreationContent)
พารามิเตอร์คำอธิบาย
activityActivity hosting the dialog
appGroupCreationContentContent describing the group to be created
show(Fragment, AppGroupCreationContent)

Shows an CreateAppGroupDialog to create a group with the passed in content, using the passed in fragment. No callback will be invoked.

public static void show(Fragment fragment, AppGroupCreationContent appGroupCreationContent)
พารามิเตอร์คำอธิบาย
fragmentFragment hosting the dialog
appGroupCreationContentContent describing the group to be created