Class SharedFileSystem

Methods for shared filesystem access, download and upload management

To use shareFs and make data available between two or more Eitri-Apps, an AppGroup is required.

AppGroups are a concept that permits some resources to be shared, such as storage. When two or more Eitri-Apps are in the same AppGroup, they can write data in one Eitri-App and retrieve it in another Eitri-App.

To set up an AppGroup configuration, please contact Eitri support.

Hierarchy

  • SharedFileSystem

Methods

  • App Group Support - Delete a previously downloaded file.

    For more usage details, see: delete

    Compatibility Control

    • API LEVEL 5 - Functionality added

    Parameters

    Returns Promise<void>

  • App Group Support - Open a previously downloaded file.

    For more usage details, see: open

    Compatibility Control

    • API LEVEL 5 - Functionality added

    Parameters

    Returns Promise<void>

Generated using TypeDoc