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