@Deprecated
public class LikeActionController
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
LikeActionController.CreationCallback
Deprecated.
LikeView is deprecated
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ACTION_LIKE_ACTION_CONTROLLER_DID_ERROR
Deprecated.
LikeView is deprecated
|
static java.lang.String |
ACTION_LIKE_ACTION_CONTROLLER_DID_RESET
Deprecated.
LikeView is deprecated
|
static java.lang.String |
ACTION_LIKE_ACTION_CONTROLLER_UPDATED
Deprecated.
LikeView is deprecated
|
static java.lang.String |
ACTION_OBJECT_ID_KEY
Deprecated.
LikeView is deprecated
|
static java.lang.String |
ERROR_INVALID_OBJECT_ID
Deprecated.
LikeView is deprecated
|
static java.lang.String |
ERROR_PUBLISH_ERROR
Deprecated.
LikeView is deprecated
|
| Modifier and Type | Method and Description |
|---|---|
static void |
getControllerForObjectId(java.lang.String objectId,
LikeView.ObjectType objectType,
LikeActionController.CreationCallback callback)
Deprecated.
LikeView is deprecated
|
java.lang.String |
getLikeCountString()
Deprecated.
LikeView is deprecated
|
java.lang.String |
getObjectId()
Deprecated.
LikeView is deprecated
|
java.lang.String |
getSocialSentence()
Deprecated.
LikeView is deprecated
|
static boolean |
handleOnActivityResult(int requestCode,
int resultCode,
android.content.Intent data)
Deprecated.
LikeView is deprecated
|
boolean |
isObjectLiked()
Deprecated.
LikeView is deprecated
|
boolean |
shouldEnableView()
Deprecated.
LikeView is deprecated
|
void |
toggleLike(android.app.Activity activity,
FragmentWrapper fragment,
android.os.Bundle analyticsParameters)
Deprecated.
LikeView is deprecated
|
@Deprecated public static final java.lang.String ACTION_LIKE_ACTION_CONTROLLER_UPDATED
@Deprecated public static final java.lang.String ACTION_LIKE_ACTION_CONTROLLER_DID_ERROR
@Deprecated public static final java.lang.String ACTION_LIKE_ACTION_CONTROLLER_DID_RESET
@Deprecated public static final java.lang.String ACTION_OBJECT_ID_KEY
@Deprecated public static final java.lang.String ERROR_INVALID_OBJECT_ID
@Deprecated public static final java.lang.String ERROR_PUBLISH_ERROR
@Deprecated
public static boolean handleOnActivityResult(int requestCode,
int resultCode,
android.content.Intent data)
@Deprecated
public static void getControllerForObjectId(java.lang.String objectId,
LikeView.ObjectType objectType,
LikeActionController.CreationCallback callback)
@Deprecated public java.lang.String getObjectId()
@Deprecated public java.lang.String getLikeCountString()
@Deprecated public java.lang.String getSocialSentence()
@Deprecated public boolean isObjectLiked()
@Deprecated public boolean shouldEnableView()
@Deprecated
public void toggleLike(android.app.Activity activity,
FragmentWrapper fragment,
android.os.Bundle analyticsParameters)