-
- All Implemented Interfaces:
-
com.facebook.FacebookDialog
@Deprecated() public class AppInviteDialog extends FacebookDialogBase<AppInviteContent, AppInviteDialog.Result>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAppInviteDialog.Result
-
Constructor Summary
Constructors Constructor Description AppInviteDialog(Activity activity)AppInviteDialog(Fragment fragment)AppInviteDialog(Fragment fragment)
-
Method Summary
Modifier and Type Method Description static booleancanShow()static voidshow(Activity activity, AppInviteContent appInviteContent)static voidshow(Fragment fragment, AppInviteContent appInviteContent)static voidshow(Fragment fragment, AppInviteContent appInviteContent)voidshow(AppInviteContent content)-
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, AppInviteContent appInviteContent)
-
show
@Deprecated() static void show(Fragment fragment, AppInviteContent appInviteContent)
-
show
@Deprecated() static void show(Fragment fragment, AppInviteContent appInviteContent)
-
show
@Deprecated() void show(AppInviteContent content)
-
-
-
-