Interface FileMgr.FileTransferCallback
-
- Enclosing class:
- FileMgr
public static interface FileMgr.FileTransferCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onError(FileMgr.FileTransferError error)
void
onSuccess(FileMgr.FileTransferResult result)
-
-
-
Method Detail
-
onSuccess
void onSuccess(FileMgr.FileTransferResult result)
-
onError
void onError(FileMgr.FileTransferError error)
-
-