| 13 | void onUploadProgress(int totalBytesExpectedToSend,int totalBytesSent); |
| 14 | } |
| 15 | public interface onUploadBegin{ |
| 16 | void onUploadBegin(); |
| 17 | } |
| 18 | public URL src; |
| 19 | public ArrayList<ReadableMap> files; |
| 20 | public boolean binaryStreamOnly; |
no outgoing calls
no test coverage detected