| Package | Description |
|---|---|
| abs.ixi.client | |
| abs.ixi.client.file.sfcm |
| Modifier and Type | Method and Description |
|---|---|
void |
ChatManager.downloadFile(JID from,
String fileId,
ContentType contentType,
Callback<File,FileTransfer.FailureReason> callback)
Download a file for which a
Message with media content has been
received. |
void |
ChatManager.uploadFile(String mediaId,
File file,
ContentType contentType,
JID to,
Callback<String,FileTransfer.FailureReason> callback)
Upload a file on to server
|
| Modifier and Type | Method and Description |
|---|---|
static FileTransfer.FailureReason |
FileTransfer.FailureReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileTransfer.FailureReason[] |
FileTransfer.FailureReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Callback<String,FileTransfer.FailureReason> |
OutboundFileTransfer.getCallback() |
Callback<File,FileTransfer.FailureReason> |
InboundFileTransfer.getCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
FileTransferManager.transferFileInbound(JID from,
String fileId,
ContentType contentType,
Callback<File,FileTransfer.FailureReason> callback)
File thumb and its unique id is transferred to receiver immediately.
|
void |
FileTransferManager.transferFileOutbound(String messageId,
File file,
ContentType contentType,
JID to,
Callback<String,FileTransfer.FailureReason> callback)
Sends message with
MediaContent to media receiver. |
| Constructor and Description |
|---|
InboundFileTransfer(JID from,
String fileId,
Callback<File,FileTransfer.FailureReason> callback) |
InboundFileTransfer(JID from,
String fileId,
ContentType contentType,
Callback<File,FileTransfer.FailureReason> callback) |
OutboundFileTransfer(String fileId,
File file,
ContentType contentType,
JID to,
Callback<String,FileTransfer.FailureReason> callback) |
Copyright © 2019. All rights reserved.