Package io.rong.imkit.manager
Class SendImageManager
-
- All Implemented Interfaces:
public class SendImageManager
-
-
Method Summary
Modifier and Type Method Description static SendImageManager
getInstance()
void
sendImage(ConversationIdentifier conversationIdentifier, LocalMedia image, boolean isFull)
void
cancelSendingImages(ConversationType conversationType, String targetId)
void
cancelSendingImage(ConversationType conversationType, String targetId, int messageId)
-
-
Method Detail
-
getInstance
static SendImageManager getInstance()
-
sendImage
void sendImage(ConversationIdentifier conversationIdentifier, LocalMedia image, boolean isFull)
-
cancelSendingImages
void cancelSendingImages(ConversationType conversationType, String targetId)
-
cancelSendingImage
void cancelSendingImage(ConversationType conversationType, String targetId, int messageId)
-
-
-
-