Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update prebid initialization #715

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

caroline-ttd
Copy link
Contributor

No description provided.

@@ -57,7 +57,7 @@ To configure your UID2 Prebid for Mobile integration, follow these steps:
UID2Manager.init(context = this)

PrebidMobile.initializeSdk(this) { Log.i(TAG, "Prebid: $it") }
prebid = UID2Prebid().apply {
prebid = UID2Prebid(UID2Manager.getInstance()).apply {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UID2Manager.getInstance() is the default value of the UID2Prebid constructor so technically this isn't necessary. That's why it wasn't passed in the existing documentation. However, wow that we have the EUIDManager perhaps it is best to be explicit.

@caroline-ttd caroline-ttd merged commit 166fd96 into main Sep 23, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants