Hi, i do not release to Production. But looks like it worked.
It have problem with test ads adapter.That I can’t fix on my side
Engine use NativeActivity. In Yodo1MasYodo1Adapter you think that root view is frame layout.
public void showYodo1Ads(Activity activity) {
if (isLoaded) {
frameLayout = activity.findViewById(android.R.id.content);
frameLayout.addView(view);
adImg.setImageBitmap(bm);
adsCallBack.setOnAdShowSuccessListener();
}
}
But view is NativeContentView