public class SendImageManager
extends java.lang.Object
限定符和类型 | 方法和说明 |
---|---|
void |
cancelSendingImage(Conversation.ConversationType conversationType,
java.lang.String targetId,
int messageId) |
void |
cancelSendingImages(Conversation.ConversationType conversationType,
java.lang.String targetId) |
static SendImageManager |
getInstance() |
void |
reset() |
void |
sendImage(Conversation.ConversationType conversationType,
java.lang.String targetId,
LocalMedia image,
boolean isFull,
boolean isDestruct,
long destructTime) |
void |
sendImages(Conversation.ConversationType conversationType,
java.lang.String targetId,
java.util.List<android.net.Uri> imageList,
boolean isFull) |
void |
sendImages(Conversation.ConversationType conversationType,
java.lang.String targetId,
java.util.List<android.net.Uri> imageList,
boolean isFull,
boolean isDestruct,
long destructTime) |
public static SendImageManager getInstance()
public void sendImage(Conversation.ConversationType conversationType, java.lang.String targetId, LocalMedia image, boolean isFull, boolean isDestruct, long destructTime)
public void sendImages(Conversation.ConversationType conversationType, java.lang.String targetId, java.util.List<android.net.Uri> imageList, boolean isFull)
public void sendImages(Conversation.ConversationType conversationType, java.lang.String targetId, java.util.List<android.net.Uri> imageList, boolean isFull, boolean isDestruct, long destructTime)
public void cancelSendingImages(Conversation.ConversationType conversationType, java.lang.String targetId)
public void cancelSendingImage(Conversation.ConversationType conversationType, java.lang.String targetId, int messageId)
public void reset()