@airbend3r/client
    Preparing search index...

    Function setupAirbender

    • This method is used to configure the Airbender client with provided wrapped SDKs.

      Refer to Airbender's Basic Setup Instructions

      Type Parameters

      • T

      Parameters

      • configProps: AirbenderConfigProps<T>

        An object containing the following props

        • sdks

          The wrapped SDKs passed into the function

        • productKey

          The key for the product being observed

        • productId

          The ID for the product being observed. Use productKey instead as this property is being deprecated.

        • modelAvailability

          These are the models that are available for dynamic configuration. No longer used.

      Returns Airbender<T>

      a collection of methods and wrapped sdks for use by the client.