Searched refs:DownloadOptions (Results 1 – 12 of 12) sorted by relevance
| /expo/packages/expo-file-system/build/ |
| H A D | FileSystem.d.ts | 1 import { DownloadOptions, DownloadPauseState, FileSystemNetworkTaskProgressCallback, DownloadProgre… 119 export declare function downloadAsync(uri: string, fileUri: string, options?: DownloadOptions): Pro… 165 …tion createDownloadResumable(uri: string, fileUri: string, options?: DownloadOptions, callback?: F… 196 …constructor(url: string, _fileUri: string, options?: DownloadOptions, callback?: FileSystemNetwork…
|
| H A D | FileSystem.types.d.ts | 29 export type DownloadOptions = { alias 167 options: DownloadOptions;
|
| H A D | FileSystem.types.js.map | 1 …DownloadOptions = {\n /**\n * If `true`, include the MD5 hash of the file in the returned objec…
|
| H A D | FileSystem.js.map | 1 …DownloadOptions,\n DownloadPauseState,\n FileSystemNetworkTaskProgressCallback,\n DownloadProgr…
|
| /expo/packages/expo-file-system/src/ |
| H A D | FileSystem.types.ts | 31 export type DownloadOptions = { alias 186 options: DownloadOptions;
|
| H A D | FileSystem.ts | 6 DownloadOptions, 254 options: DownloadOptions = {} 330 options?: DownloadOptions, 462 private options: DownloadOptions = {},
|
| /expo/packages/expo-file-system/ios/ |
| H A D | FileSystemRecords.swift | 41 struct DownloadOptions: Record { struct
|
| H A D | FileSystemModule.swift | 132 …AsyncFunction("downloadAsync") { (sourceUrl: URL, localUrl: URL, options: DownloadOptions, promise… in definition() 191 …tartAsync") { (sourceUrl: URL, localUrl: URL, uuid: String, options: DownloadOptions, resumeDataSt… in definition()
|
| /expo/packages/expo-file-system/android/src/main/java/expo/modules/filesystem/ |
| H A D | FileSystemRecords.kt | 55 data class DownloadOptions( class
|
| H A D | FileSystemModule.kt | 551 …AsyncFunction("downloadAsync") { url: String, uriStr: String?, options: DownloadOptions, promise: … in <lambda>() 618 …artAsync") { url: String, fileUriStr: String, uuid: String, options: DownloadOptions, resumeData: … in <lambda>() 897 val options: DownloadOptions,
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/filesystem/ |
| H A D | FileSystemRecords.kt | 55 data class DownloadOptions( dataClass
|
| H A D | FileSystemModule.kt | 551 …AsyncFunction("downloadAsync") { url: String, uriStr: String?, options: DownloadOptions, promise: … in <lambda>() 618 …artAsync") { url: String, fileUriStr: String, uuid: String, options: DownloadOptions, resumeData: … in <lambda>() 897 val options: DownloadOptions,
|