Skip to content

Commit

Permalink
chore: update README.md with externalId info (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
pklawikowski-schibsted authored Nov 30, 2023
1 parent 579eb90 commit 642aba3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,16 @@ if (!user?.isLoggedIn()) {
}
```

#### ExternalId for TCF
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.
To get the externalId, you need to call the following method:

```kotlin
client.getExternalId(pairId: String, externalParty: String, optionalSuffix: String = "")
```

`pairId` can be found under `UserProfileResponse.pairId` property.

#### Pulse tracking

We have also added a way of integrating the app's Pulse instance into the SDK allowing internal
Expand Down

0 comments on commit 642aba3

Please sign in to comment.