Package io.rong.imkit.manager
Class SendMediaManager
-
- All Implemented Interfaces:
public class SendMediaManager
-
-
Method Summary
Modifier and Type Method Description static SendMediaManager
getInstance()
void
sendMedia(Context context, ConversationIdentifier conversationIdentifier, Uri mediaUri, long duration)
void
cancelSendingMedia(ConversationType conversationType, String targetId)
void
cancelSendingMedia(ConversationType conversationType, String targetId, int messageId)
void
reset()
-
-
Method Detail
-
getInstance
static SendMediaManager getInstance()
-
sendMedia
void sendMedia(Context context, ConversationIdentifier conversationIdentifier, Uri mediaUri, long duration)
-
cancelSendingMedia
void cancelSendingMedia(ConversationType conversationType, String targetId)
-
cancelSendingMedia
void cancelSendingMedia(ConversationType conversationType, String targetId, int messageId)
-
reset
void reset()
-
-
-
-