CapacitorAdapter
CapacitorAdapter class
Implementation of the vault adapter for mobile devices.
Signature:
export class CapacitorAdapter implements DataAdapter
Implements: DataAdapter
Methods
Method | Modifiers | Description |
---|
append(normalizedPath, data, options) | | |
copy(normalizedPath, normalizedNewPath) | | |
exists(normalizedPath, sensitive) | | |
getFullPath(normalizedPath) | | |
getName() | | |
getResourcePath(normalizedPath) | | |
list(normalizedPath) | | |
mkdir(normalizedPath) | | |
process(normalizedPath, fn, options) | | |
read(normalizedPath) | | |
readBinary(normalizedPath) | | |
remove(normalizedPath) | | |
rename(normalizedPath, normalizedNewPath) | | |
rmdir(normalizedPath, recursive) | | |
stat(normalizedPath) | | |
trashLocal(normalizedPath) | | |
trashSystem(normalizedPath) | | |
write(normalizedPath, data, options) | | |
writeBinary(normalizedPath, data, options) | | |