@Deprecated public class JoinAppGroupDialog extends 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.
|
FacebookDialogBase.ModeHandlerBASE_AUTOMATIC_MODE| 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(android.support.v4.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 AppCall |
createBaseAppCall()
Deprecated.
|
protected java.util.List<FacebookDialogBase.ModeHandler> |
getOrderedModeHandlers()
Deprecated.
|
protected void |
registerCallbackImpl(CallbackManagerImpl callbackManager,
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(android.support.v4.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.
|
canShow, canShowImpl, getActivityContext, getRequestCode, registerCallback, registerCallback, setRequestCode, show, showImpl, startActivityForResult@Deprecated public JoinAppGroupDialog(android.app.Activity activity)
@Deprecated public JoinAppGroupDialog(android.support.v4.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(android.support.v4.app.Fragment fragment,
java.lang.String groupId)
@Deprecated
public static void show(android.app.Fragment fragment,
java.lang.String groupId)
protected void registerCallbackImpl(CallbackManagerImpl callbackManager, FacebookCallback<JoinAppGroupDialog.Result> callback)
registerCallbackImpl in class FacebookDialogBase<java.lang.String,JoinAppGroupDialog.Result>protected AppCall createBaseAppCall()
createBaseAppCall in class FacebookDialogBase<java.lang.String,JoinAppGroupDialog.Result>protected java.util.List<FacebookDialogBase.ModeHandler> getOrderedModeHandlers()
getOrderedModeHandlers in class FacebookDialogBase<java.lang.String,JoinAppGroupDialog.Result>