Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Variables

Functions

Variables

Const bluedot

bluedot: Bluedot = ...

This interface is the high-level entry point for integration with the Bluedot Javascript SDK.
To use the SDK, it is necessary to initialize with your projectId.
It allows you to send Wave events, create Hello Screen orders or refesh the SDK with reset function.

Functions

createHelloModel

  • creates a Hello Model object which assists with correctly formatting data inputs for Hello API.
    To create an order that works with Hello API and Hello Screens, send a Wave event with the following options.
    Note: orderId is a required property

    Returns HelloModel

    A Hello Model object

Generated using TypeDoc