Skip to main content
The Web SDK can be used to launch the pre-built UI.

Parameters

string
The URL obtained on your server by tracking an action.
LaunchOptions Object
The options used when launching the pre-built UI.

Response

When mode is set as popup or window it returns a Promise<TokenPayload> that resolves when the popup or window closes.
For more information on launching the pre-built UI see our detailed guide.