Android Question What is AdRequestBuilder ?

SMOOTSARA

Active Member
Licensed User
Longtime User
Hi 🌹
What is AdRequestBuilder ?
and
What is the difference between

B4X:
Dim AdaptiveBanner As AdView

Dim builder As AdRequestBuilder
builder.Initialize

AdaptiveBanner.LoadAdWithBuilder(builder)

and

B4X:
Dim AdaptiveBanner As AdView
AdaptiveBanner.LoadAd

in advertising requests?
 

SMOOTSARA

Active Member
Licensed User
Longtime User
Hi 🌹

How can I control these values in B4A and B4I?
Is there direct Java or library code?

I want to ask the user with a simple question in the message box whether he needs personal ads or not.

I am thankful with your guidance.
AdRequestBuilder can be used to modify the ad request with JavaObject. It is an extension point.
 
Upvote 0
Top