You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds the SegmentBrazeUI module, which provides the BrazeDestination plugin with BrazeUI support.
Use the SegmentBraze module if you do not need any Braze-provided UI.
Adds two optional parameters to the BrazeDestination initializer:
additionalConfiguration: When provided, this closure is called with the Braze
configuration object before the SDK initialization. You can use this to set additional
Braze configuration options (e.g. session timeout, push notification automation, etc.).
additionalSetup: When provided, this closure is called with the fully initialized Braze
instance. You can use this to further customize your usage of the Braze SDK (e.g.
register UI delegates, set up messaging subscriptions, etc.)
See the updated Sample App for an example of how to use these new parameters.