public class SendMediaManager
extends java.lang.Object
限定符和类型 | 方法和说明 |
---|---|
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,
boolean isDestruct,
long destructTime) |
public static SendMediaManager getInstance()
public void sendMedia(android.content.Context context, Conversation.ConversationType conversationType, java.lang.String targetId, android.net.Uri mediaUri, long duration, boolean isDestruct, long destructTime)
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()