Package | Description |
---|---|
com.ciscospark.androidsdk.message |
Modifier and Type | Method and Description |
---|---|
java.util.List<RemoteFile> |
Message.getRemoteFiles() |
Modifier and Type | Method and Description |
---|---|
void |
MessageClient.downloadFile(RemoteFile remoteFile,
java.lang.String to,
MessageClient.ProgressHandler progressHandler,
CompletionHandler<android.net.Uri> completionHandler) |
void |
MessageClient.downloadThumbnail(RemoteFile remoteFile,
java.lang.String to,
MessageClient.ProgressHandler progressHandler,
CompletionHandler<android.net.Uri> completionHandler) |
Modifier and Type | Method and Description |
---|---|
void |
Message.setRemoteFiles(java.util.List<RemoteFile> _remoteFiles) |