public class SendImageManager
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
cancelSendingImage(Conversation.ConversationType conversationType,
java.lang.String targetId,
int messageId) |
void |
cancelSendingImages(Conversation.ConversationType conversationType,
java.lang.String targetId) |
static SendImageManager |
getInstance() |
void |
sendImage(Conversation.ConversationType conversationType,
java.lang.String targetId,
LocalMedia image,
boolean isFull) |
public static SendImageManager getInstance()
public void sendImage(Conversation.ConversationType conversationType, java.lang.String targetId, LocalMedia image, boolean isFull)
public void cancelSendingImages(Conversation.ConversationType conversationType, java.lang.String targetId)
public void cancelSendingImage(Conversation.ConversationType conversationType, java.lang.String targetId, int messageId)