Skip to content

Commit

Permalink
#133 Android - Hide user requests and ask me
Browse files Browse the repository at this point in the history
Hide user requests and ask me
  • Loading branch information
lijogeorgep authored and georgepadayatti committed Oct 20, 2023
1 parent 9d7a765 commit 930b680
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ class MainActivity : FlutterActivity() {
.withUserId("64f0a61e8e5f3800014a87a6")
.withOrgId("64f09f778e5f3800014a879a")
.withBaseUrl("https://demo-consent-bb-api.igrant.io/")
.enableUserRequest()
.enableAskMe().start(this)
// .enableUserRequest()
// .enableAskMe()
.start(this)
}
"DataAgreementPolicy" -> {
val apiKey: String? = call.argument("ApiKey")
Expand Down

0 comments on commit 930b680

Please sign in to comment.