Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CordovaFilePluginLike

Partial interface to integrate with the @awesome-cordova-plugins/file module.

Hierarchy

  • CordovaFilePluginLike

Index

Properties

cacheDirectory

cacheDirectory: string

sharedDirectory

sharedDirectory: string

tempDirectory

tempDirectory: string

Methods

getDirectory

getFile

readAsArrayBuffer

  • readAsArrayBuffer(path: string, file: string): Promise<ArrayBuffer>

resolveDirectoryUrl

writeFile

  • writeFile(path: string, fileName: string, text: string | ArrayBuffer | Blob, options?: RFSCordovaFileWriteOptions): Promise<any>

Generated using TypeDoc