SMOOTSARA Active Member Licensed User Longtime User Jun 19, 2021 #1 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?
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?
Erel B4X founder Staff member Licensed User Longtime User Jun 20, 2021 #2 AdRequestBuilder can be used to modify the ad request with JavaObject. It is an extension point. Upvote 0
SMOOTSARA Active Member Licensed User Longtime User Jun 20, 2021 #3 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. Erel said: AdRequestBuilder can be used to modify the ad request with JavaObject. It is an extension point. Click to expand... Upvote 0
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. Erel said: AdRequestBuilder can be used to modify the ad request with JavaObject. It is an extension point. Click to expand...