-
- All Implemented Interfaces:
-
com.facebook.FacebookDialog
@Deprecated() public class CreateAppGroupDialog extends FacebookDialogBase<AppGroupCreationContent, CreateAppGroupDialog.Result>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCreateAppGroupDialog.Result
-
Constructor Summary
Constructors Constructor Description CreateAppGroupDialog(Activity activity)CreateAppGroupDialog(Fragment fragment)CreateAppGroupDialog(Fragment fragment)
-
Method Summary
Modifier and Type Method Description static booleancanShow()static voidshow(Activity activity, AppGroupCreationContent appGroupCreationContent)static voidshow(Fragment fragment, AppGroupCreationContent appGroupCreationContent)static voidshow(Fragment fragment, AppGroupCreationContent appGroupCreationContent)-
Methods inherited from class com.facebook.internal.FacebookDialogBase
canShow, getCallbackManager$facebook_common_debug, getRequestCode, registerCallback, setCallbackManager, setCallbackManager$facebook_common_debug, setRequestCode, show -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
canShow
@Deprecated() static boolean canShow()
-
show
@Deprecated() static void show(Activity activity, AppGroupCreationContent appGroupCreationContent)
-
show
@Deprecated() static void show(Fragment fragment, AppGroupCreationContent appGroupCreationContent)
-
show
@Deprecated() static void show(Fragment fragment, AppGroupCreationContent appGroupCreationContent)
-
-
-
-