@FunctionalInterface public interface FileInstanceSupplier
File. For each of FileTransfer received, SDK uses this
interface to acquire a File instance which is used to write the file
data on. On file receive, an application may reject the request or choose to
process it. Processing a file receive request involves writing the file on to
a persistence storage (in most cases it would be disk).| Modifier and Type | Method and Description |
|---|---|
File |
supply(FileTransfer fileTransfer)
A supplier function to supply a
File instance to SDK which will
be used to write file received. |
File supply(FileTransfer fileTransfer)
File instance to SDK which will
be used to write file received.fileTransfer - FileTransferCopyright © 2019. All rights reserved.