Now in example we have next line:
((ViewGroup) findViewById (R.id.unityads_example_layout_root)).addView (view);
How to create Layout in native Java code for banner without R and xml files?
((ViewGroup) findViewById (R.id.unityads_example_layout_root)).addView (view);
How to create Layout in native Java code for banner without R and xml files?