DownloadingFileOptions
public struct DownloadingFileOptions : Hashable
A struct which identifies the configuration when downloading a file reference.
-
Enables fetching the file from cache.
Declaration
Swift
public var areReusableAssets: Bool -
Creates a new instance.
Declaration
Swift
public init(areReusableAssets: Bool)