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
Copy file name to clipboardExpand all lines: README.md
+10
Original file line number
Diff line number
Diff line change
@@ -252,6 +252,16 @@ if (!user?.isLoggedIn()) {
252
252
}
253
253
```
254
254
255
+
#### ExternalId for TCF
256
+
To support TCF consent exchange between native and webview, we have added a new method to the SDK, which allows you to create an externalId for the consent sharing support.
257
+
To get the externalId, you need to call the following method:
0 commit comments