Home
last modified time | relevance | path

Searched refs:DownloadOptions (Results 1 – 12 of 12) sorted by relevance

/expo/packages/expo-file-system/build/
H A DFileSystem.d.ts1 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 DFileSystem.types.d.ts29 export type DownloadOptions = { alias
167 options: DownloadOptions;
H A DFileSystem.types.js.map1DownloadOptions = {\n /**\n * If `true`, include the MD5 hash of the file in the returned objec…
H A DFileSystem.js.map1DownloadOptions,\n DownloadPauseState,\n FileSystemNetworkTaskProgressCallback,\n DownloadProgr…
/expo/packages/expo-file-system/src/
H A DFileSystem.types.ts31 export type DownloadOptions = { alias
186 options: DownloadOptions;
H A DFileSystem.ts6 DownloadOptions,
254 options: DownloadOptions = {}
330 options?: DownloadOptions,
462 private options: DownloadOptions = {},
/expo/packages/expo-file-system/ios/
H A DFileSystemRecords.swift41 struct DownloadOptions: Record { struct
H A DFileSystemModule.swift132 …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 DFileSystemRecords.kt55 data class DownloadOptions( class
H A DFileSystemModule.kt551 …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 DFileSystemRecords.kt55 data class DownloadOptions( dataClass
H A DFileSystemModule.kt551 …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,