-
- All Implemented Interfaces:
-
com.facebook.FacebookDialog
@Deprecated() public class LikeDialog extends FacebookDialogBase<LikeContent, LikeDialog.Result>
com.facebook.share.internal is solely for the use of other packages within the Facebook SDK for Android. Use of any of the classes in this package is unsupported, and they may be modified or removed without warning at any time.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLikeDialog.Result
-
Constructor Summary
Constructors Constructor Description LikeDialog(Activity activity)LikeDialog(Fragment fragment)LikeDialog(Fragment fragment)LikeDialog(FragmentWrapper fragmentWrapper)
-
Method Summary
Modifier and Type Method Description static booleancanShowNativeDialog()static booleancanShowWebFallback()voidshow(LikeContent content)-
Methods inherited from class com.facebook.internal.FacebookDialogBase
canShow, getRequestCode, registerCallback, registerCallback, setCallbackManager, show -
Methods inherited from class com.facebook.FacebookDialog
show -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
LikeDialog
LikeDialog(Activity activity)
-
LikeDialog
LikeDialog(Fragment fragment)
-
LikeDialog
LikeDialog(Fragment fragment)
-
LikeDialog
LikeDialog(FragmentWrapper fragmentWrapper)
-
-
Method Detail
-
canShowNativeDialog
@Deprecated() static boolean canShowNativeDialog()
-
canShowWebFallback
@Deprecated() static boolean canShowWebFallback()
-
show
@Deprecated() void show(LikeContent content)
-
-
-
-