public class SendMediaManager
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
cancelSendingMedia(Conversation.ConversationType conversationType,
java.lang.String targetId) |
void |
cancelSendingMedia(Conversation.ConversationType conversationType,
java.lang.String targetId,
int messageId) |
static SendMediaManager |
getInstance() |
void |
reset() |
void |
sendMedia(android.content.Context context,
Conversation.ConversationType conversationType,
java.lang.String targetId,
android.net.Uri mediaUri,
long duration) |
public static SendMediaManager getInstance()
public void sendMedia(android.content.Context context, Conversation.ConversationType conversationType, java.lang.String targetId, android.net.Uri mediaUri, long duration)
public void cancelSendingMedia(Conversation.ConversationType conversationType, java.lang.String targetId)
public void cancelSendingMedia(Conversation.ConversationType conversationType, java.lang.String targetId, int messageId)
public void reset()