GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

Getting started Web SDK

Add the Experiences SDK Web package to your app, initialize it with an API key, and render widgets (row or grid) for Stories, Moments, and Videos.

Before you start

  • API key: You need an API key for the Experiences SDK.
  • Container element: Widgets render into an element you provide. Set a height so the widget can lay out correctly.

Next steps

  1. Initialize the SDK: Initialize the SDK
  2. Create widgets: BlazeSDK class (WidgetRowView and WidgetGridView)
  3. Choose what content to show: BlazeDataSourceType
  4. Render your own widget UI: Custom widgets
  5. Customize widget UI: Theme
  6. Events and delegates: Global delegate methods

Did this page help you?