For the complete documentation index, see llms.txt. This page is also available as Markdown.

Initialization

To initialize the SDK you have to add MBAudience to the array of plugins of MBurger.

MBManager.shared.apiToken = 'YOUR_API_TOKEN';
MBManager.shared.plugins = [MBAudience()];

Last updated