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