Skip to main content

(Optional) External ID in Bridge

info

Make sure to set the "externl ID" param before calling sfWidget.configure() method. External ID in the Bridge is supported from SDK v4.26.0.

In the "Article ViewController" the app developer should set "external ID" and the optional "secondary external ID" as shown below:

self.sfWidget.extId = "aaaaaa";
self.sfWidget.extSecondaryId = "bbbbbb";