Class FuseAPIAbstract

Base class for the Fuse API bridge for exchanging data with the native platform

Hierarchy (view full)

Constructors

Methods

  • Parameters

    • pluginID: string
    • method: string

    Returns string

  • Override to implement execute native bridge logic

    Parameters

    • pluginID: string

      The plugin ID

    • method: string

      API method

    • contentType: string
    • args: Blob

      API arguments

    Returns Promise<FuseAPIResponse>