public interface IFileResultCallback extends IBaseCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onError(IFileResultCallbackError error)
On error result of a file operation.
|
void |
onResult(FileDescriptor storageFile)
On correct result of a file operation.
|
void |
onWarning(FileDescriptor file,
IFileResultCallbackWarning warning)
On partial result of a file operation, containing a warning.
|
getAPIGroup, getAPIVersionvoid onError(IFileResultCallbackError error)
error - Error processing the request.void onResult(FileDescriptor storageFile)
storageFile - Reference to the resulting file.void onWarning(FileDescriptor file, IFileResultCallbackWarning warning)
file - Reference to the offending file.warning - Warning processing the request.