| Package | Description |
|---|---|
| com.avos.avoscloud |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<AVStatus> |
AVStatus.CREATOR |
| Modifier and Type | Method and Description |
|---|---|
static AVStatus |
AVStatus.createStatus(String imageUrl,
String message) |
static AVStatus |
AVStatus.createStatusWithData(Map<String,Object> data) |
static AVStatus |
AVStatus.getStatusWithId(String statusId) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
StatusCallback.done(AVStatus statusObject,
AVException parseException)
Override this function with the code you want to run after the fetch is complete.
|
protected void |
StatusCallback.internalDone0(AVStatus returnValue,
AVException e) |
static void |
AVStatus.sendPrivateStatus(AVStatus status,
String receiverObjectId)
向用户发私信
|
static void |
AVStatus.sendPrivateStatusInBackgroud(AVStatus status,
String receiverObjectId,
SaveCallback callback)
向用户发私信
|
static void |
AVStatus.sendStatusToFollowersInBackgroud(AVStatus status,
SaveCallback callback)
向用户的粉丝发送新状态
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
StatusListCallback.done(List<AVStatus> statusObjects,
AVException parseException)
Override this function with the code you want to run after the fetch is complete.
|
protected void |
StatusListCallback.internalDone0(List<AVStatus> returnValue,
AVException e) |
protected void |
AVStatusQuery.processAdditionalInfo(String content,
FindCallback<AVStatus> callback) |
Copyright © 2017. All rights reserved.