Skip to content

Commit

Permalink
add trackpanelist only params
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedshortcut committed Mar 28, 2022
1 parent cc3fded commit 6edb3e3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ internal class TrustedWebHandler(
.appendQueryParameter("sdkVersion",BuildConfig.VERSION_NAME)
.appendQueryParameter("appVersion", context.getApplicationVersion())
.appendQueryParameter("domain",TagStringsAndValues.DOMAIN_CODIGO)
.appendQueryParameter("trackPanelistOnly",trackPanelistOnly.toString())
.addExtraParams(twaInfo.extraParams)
.build()
val launcher = TwaLauncher(context)
Expand Down

0 comments on commit 6edb3e3

Please sign in to comment.