Searched refs:savable (Results 1 – 10 of 10) sorted by relevance
| /expo/packages/expo-file-system/src/__tests__/ |
| H A D | FileSystem-test.native.ts | 85 const downloadPauseState = await downloadResumable.savable();
|
| /expo/packages/expo-file-system/build/ |
| H A D | FileSystem.js | 411 return this.savable(); 435 savable() { method in DownloadResumable
|
| H A D | FileSystem.d.ts | 220 savable(): DownloadPauseState;
|
| H A D | FileSystem.js.map | 1 …savable()` object for later retrieval.\n * The `savable` object contains the arguments required to…
|
| /expo/packages/expo-file-system/src/ |
| H A D | FileSystem.ts | 526 return this.savable(); 559 savable(): DownloadPauseState {
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | filesystem.mdx | 71 AsyncStorage.setItem('pausedDownload', JSON.stringify(downloadResumable.savable())); 83 //To resume a download across app restarts, assuming the DownloadResumable.savable() object was sto…
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | filesystem.mdx | 71 AsyncStorage.setItem('pausedDownload', JSON.stringify(downloadResumable.savable())); 83 //To resume a download across app restarts, assuming the DownloadResumable.savable() object was sto…
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | filesystem.mdx | 71 AsyncStorage.setItem('pausedDownload', JSON.stringify(downloadResumable.savable())); 83 //To resume a download across app restarts, assuming the DownloadResumable.savable() object was sto…
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | filesystem.mdx | 72 AsyncStorage.setItem('pausedDownload', JSON.stringify(downloadResumable.savable())); 84 //To resume a download across app restarts, assuming the DownloadResumable.savable() object was sto…
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | filesystem.mdx | 72 AsyncStorage.setItem('pausedDownload', JSON.stringify(downloadResumable.savable())); 84 //To resume a download across app restarts, assuming the the DownloadResumable.savable() object was… 489 …ing `AsyncStorage` to store the `DownloadResumable.savable()` object for later retrieval. The `sav… 531 … same object that is returned from calling `FileSystem.DownloadResumable.savable()`. Please see th… 563 ### `FileSystem.DownloadResumable.savable()`
|