Skip to content

Commit

Permalink
#124 Android- privacy dashboard enable UserRequest and AskMe functions
Browse files Browse the repository at this point in the history
Android- privacy dashboard enable UserRequest and AskMe functions
- [x] enableUserRequest
- [x] enableAskMe
  • Loading branch information
lijogeorgep authored and georgepadayatti committed Oct 16, 2023
1 parent 6462882 commit 7c52c08
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ class MainActivity : FlutterActivity() {
.withUserId("64f0a61e8e5f3800014a87a6")
.withOrgId("64f09f778e5f3800014a879a")
.withBaseUrl("https://demo-consent-bb-api.igrant.io/")
.enableUserRequest(true).start(this)
.enableUserRequest()
.enableAskMe().start(this)
}
"DataAgreementPolicy" -> {
val apiKey: String? = call.argument("ApiKey")
Expand Down

0 comments on commit 7c52c08

Please sign in to comment.