-
@Deprecated() public class LikeActionController
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceLikeActionController.CreationCallback
-
Field Summary
Fields Modifier and Type Field Description public final static StringACTION_LIKE_ACTION_CONTROLLER_UPDATEDpublic final static StringACTION_LIKE_ACTION_CONTROLLER_DID_ERRORpublic final static StringACTION_LIKE_ACTION_CONTROLLER_DID_RESETpublic final static StringACTION_OBJECT_ID_KEYpublic final static StringERROR_INVALID_OBJECT_IDpublic final static StringERROR_PUBLISH_ERRORprivate StringobjectIdprivate booleanisObjectLiked
-
Method Summary
Modifier and Type Method Description StringgetObjectId()booleanisObjectLiked()static booleanhandleOnActivityResult(int requestCode, int resultCode, Intent data)static voidgetControllerForObjectId(String objectId, LikeView.ObjectType objectType, LikeActionController.CreationCallback callback)StringgetLikeCountString()StringgetSocialSentence()booleanshouldEnableView()voidtoggleLike(Activity activity, FragmentWrapper fragment, Bundle analyticsParameters)-
-
Method Detail
-
getObjectId
@Deprecated() String getObjectId()
-
isObjectLiked
@Deprecated() boolean isObjectLiked()
-
handleOnActivityResult
@Deprecated() static boolean handleOnActivityResult(int requestCode, int resultCode, Intent data)
-
getControllerForObjectId
@Deprecated() static void getControllerForObjectId(String objectId, LikeView.ObjectType objectType, LikeActionController.CreationCallback callback)
-
getLikeCountString
@Deprecated() String getLikeCountString()
-
getSocialSentence
@Deprecated() String getSocialSentence()
-
shouldEnableView
@Deprecated() boolean shouldEnableView()
-
toggleLike
@Deprecated() void toggleLike(Activity activity, FragmentWrapper fragment, Bundle analyticsParameters)
-
-
-
-