A dialog for creating app groups
拡張: | FacebookDialogBase |
パッケージ: | widget |
CreateAppGroupDialog(Activity)
Constructs a new CreateAppGroupDialog.
public CreateAppGroupDialog(Activity activity)
パラメーター | 説明 |
---|---|
activity | Activity hosting the dialog. |
CreateAppGroupDialog(Fragment)
Constructs a new CreateAppGroupDialog.
public CreateAppGroupDialog(Fragment fragment)
パラメーター | 説明 |
---|---|
fragment | Fragment hosting the dialog. |
canShow()
Indicates whether the create app group dialog can be shown.
public static boolean canShow()
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)
パラメーター | 説明 |
---|---|
activity | Activity hosting the dialog |
appGroupCreationContent | Content 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)
パラメーター | 説明 |
---|---|
fragment | Fragment hosting the dialog |
appGroupCreationContent | Content describing the group to be created |