Browse Source

Update README.md

wkh237 9 years ago
parent
commit
a5bf697361
1 changed files with 1 additions and 4 deletions
  1. 1
    4
      README.md

+ 1
- 4
README.md View File

750
   - mediaScannable : A `boolean` value, see [Officail Document](https://developer.android.com/reference/android/app/DownloadManager.html#addCompletedDownload(java.lang.String, java.lang.String, boolean, java.lang.String, java.lang.String, long, boolean))
750
   - mediaScannable : A `boolean` value, see [Officail Document](https://developer.android.com/reference/android/app/DownloadManager.html#addCompletedDownload(java.lang.String, java.lang.String, boolean, java.lang.String, java.lang.String, long, boolean))
751
   - notification : A `boolean` value decide whether show a notification when download complete.
751
   - notification : A `boolean` value decide whether show a notification when download complete.
752
 
752
 
753
----
754
-
755
 ### RNFetchBlobResponse
753
 ### RNFetchBlobResponse
756
 
754
 
757
 When `fetch` success, it resolve a `FetchBlobResponse` object as first argument. `FetchBlobResponse` object has the following methods (these method are synchronous, so you might take quite a performance impact if the file is big)
755
 When `fetch` success, it resolve a `FetchBlobResponse` object as first argument. `FetchBlobResponse` object has the following methods (these method are synchronous, so you might take quite a performance impact if the file is big)
771
 // or
769
 // or
772
 resp.session('session-name')
770
 resp.session('session-name')
773
 ```
771
 ```
774
----
775
 
772
 
776
 ### RNFetchBlobStat
773
 ### RNFetchBlobStat
777
 
774
 
790
     // last modified timestamp
787
     // last modified timestamp
791
     lastModified : 141323298
788
     lastModified : 141323298
792
 }
789
 }
790
+```
793
 
791
 
794
----
795
 
792
 
796
 ### RNFetchBlobSession
793
 ### RNFetchBlobSession
797
 
794