Skip to content

Commit

Permalink
Fix: Added Supported Functions
Browse files Browse the repository at this point in the history
  • Loading branch information
lalc authored May 22, 2024
1 parent dda6357 commit 0345c65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ PrivacyDashboard.showPrivacyDashboard(withApiKey: <apiKey>,
turnOnUserRequest: <Bool>,
turnOnAttributeDetail: <Bool>)
```
## Supported Functions

We can show the privacy dashboard with `accessToken` (optional parameter).

Expand All @@ -73,6 +72,9 @@ To enable Attribute detail screen, set the `turnOnAttributeDetail` to `true`
```
.turnOnAttributeDetail : true
```

## Supported Functions

#### Data Sharing UI
To initiate the Data sharing UI
```
Expand Down

0 comments on commit 0345c65

Please sign in to comment.