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

feat: admob integration #29

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Draft

feat: admob integration #29

wants to merge 12 commits into from

Conversation

florent37
Copy link
Contributor

@florent37 florent37 commented Aug 12, 2024

@florent37 florent37 marked this pull request as draft August 12, 2024 12:54
@@ -121,7 +124,10 @@ class MainActivity : ComponentActivity() {
if (consent.adConsent || !consent.gdprApplicable) {
//Ads can only being initialized when consent is retrieved / when privacy is not applicable
lifecycleScope.launch(Dispatchers.Default) {
AdsInitiliazer().init(this@MainActivity, consent.doNotSellDataEnabled)
RequestConfiguration.Builder().setTestDeviceIds(listOf("62F1537DEE5A7D64BBEF426DF068B441"))
MobileAds.initialize(this@MainActivity) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

TODO load in parallel

createNativeClient(activity),
createMRECClient(activity),
createAdmobNativeClient(activity),
//git createNativeClient(activity),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

find a better way to test it

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.

1 participant