@Deprecated public class CreateAppGroupDialog extends com.facebook.internal.FacebookDialogBase<com.facebook.share.model.AppGroupCreationContent,CreateAppGroupDialog.Result>
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateAppGroupDialog.Result
Deprecated.
App and game groups are being deprecated. See
https://developers.facebook.com/docs/games/services/game-groups for more information.
|
| Constructor and Description |
|---|
CreateAppGroupDialog(android.app.Activity activity)
Deprecated.
App and game groups are being deprecated. See
https://developers.facebook.com/docs/games/services/game-groups for more information.
|
CreateAppGroupDialog(androidx.fragment.app.Fragment fragment)
Deprecated.
App and game groups are being deprecated. See
https://developers.facebook.com/docs/games/services/game-groups for more information.
|
CreateAppGroupDialog(android.app.Fragment fragment)
Deprecated.
App and game groups are being deprecated. See
https://developers.facebook.com/docs/games/services/game-groups for more information.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
canShow()
Deprecated.
App and game groups are being deprecated. See
https://developers.facebook.com/docs/games/services/game-groups for more information.
|
protected com.facebook.internal.AppCall |
createBaseAppCall()
Deprecated.
|
protected java.util.List<com.facebook.internal.FacebookDialogBase.ModeHandler> |
getOrderedModeHandlers()
Deprecated.
|
protected void |
registerCallbackImpl(com.facebook.internal.CallbackManagerImpl callbackManager,
com.facebook.FacebookCallback<CreateAppGroupDialog.Result> callback)
Deprecated.
|
static void |
show(android.app.Activity activity,
com.facebook.share.model.AppGroupCreationContent appGroupCreationContent)
Deprecated.
App and game groups are being deprecated. See
https://developers.facebook.com/docs/games/services/game-groups for more information.
|
static void |
show(androidx.fragment.app.Fragment fragment,
com.facebook.share.model.AppGroupCreationContent appGroupCreationContent)
Deprecated.
App and game groups are being deprecated. See
https://developers.facebook.com/docs/games/services/game-groups for more information.
|
static void |
show(android.app.Fragment fragment,
com.facebook.share.model.AppGroupCreationContent appGroupCreationContent)
Deprecated.
App and game groups are being deprecated. See
https://developers.facebook.com/docs/games/services/game-groups for more information.
|
@Deprecated public CreateAppGroupDialog(android.app.Activity activity)
@Deprecated public CreateAppGroupDialog(androidx.fragment.app.Fragment fragment)
@Deprecated public CreateAppGroupDialog(android.app.Fragment fragment)
@Deprecated public static boolean canShow()
@Deprecated
public static void show(android.app.Activity activity,
com.facebook.share.model.AppGroupCreationContent appGroupCreationContent)
@Deprecated
public static void show(androidx.fragment.app.Fragment fragment,
com.facebook.share.model.AppGroupCreationContent appGroupCreationContent)
@Deprecated
public static void show(android.app.Fragment fragment,
com.facebook.share.model.AppGroupCreationContent appGroupCreationContent)
protected void registerCallbackImpl(com.facebook.internal.CallbackManagerImpl callbackManager,
com.facebook.FacebookCallback<CreateAppGroupDialog.Result> callback)
registerCallbackImpl in class com.facebook.internal.FacebookDialogBase<com.facebook.share.model.AppGroupCreationContent,CreateAppGroupDialog.Result>protected com.facebook.internal.AppCall createBaseAppCall()
createBaseAppCall in class com.facebook.internal.FacebookDialogBase<com.facebook.share.model.AppGroupCreationContent,CreateAppGroupDialog.Result>protected java.util.List<com.facebook.internal.FacebookDialogBase.ModeHandler> getOrderedModeHandlers()
getOrderedModeHandlers in class com.facebook.internal.FacebookDialogBase<com.facebook.share.model.AppGroupCreationContent,CreateAppGroupDialog.Result>