Skip to content

Commit 642aba3

Browse files
chore: update README.md with externalId info (schibsted#103)
1 parent 579eb90 commit 642aba3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,16 @@ if (!user?.isLoggedIn()) {
252252
}
253253
```
254254
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:
258+
259+
```kotlin
260+
client.getExternalId(pairId: String, externalParty: String, optionalSuffix: String = "")
261+
```
262+
263+
`pairId` can be found under `UserProfileResponse.pairId` property.
264+
255265
#### Pulse tracking
256266
257267
We have also added a way of integrating the app's Pulse instance into the SDK allowing internal

0 commit comments

Comments
 (0)