FuseJS
    Preparing search index...

    Class FuseAPIAbstract

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

    Hierarchy (View Summary)

    Index

    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>