MCPcopy Create free account
hub / github.com/itinance/react-native-fs / onUploadBegin

Interface onUploadBegin

android/src/main/java/com/rnfs/UploadParams.java:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers 1

uploadMethod · 0.65

Implementers 1

RNFSManagerandroid/src/main/java/com/rnfs/RNFSMan

Calls

no outgoing calls

Tested by

no test coverage detected