We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c0a590 commit e480f0dCopy full SHA for e480f0d
README.md
@@ -1425,6 +1425,7 @@ Appodeal.setExtraData("attribuition_id", "some value");
1425
``` dart
1426
// Enable or disable tablet banners.
1427
// SUPORTED ONLY FOR NON-VIEW DISPLAYING
1428
+// THIS METHOD DOES NOT WORK CORRECTLY FOR BANNER VIEW BECAUSE BANNER VIEW DOES NOT SUPPORT TABLET FORMAT
1429
Appodeal.setTabletBanners(false); //default - false
1430
1431
// Enable or disable smart banners.
@@ -1688,4 +1689,4 @@ Disable ATT request via Appodeal:
1688
1689
1690
```dart
1691
Appodeal.disableAppTrackingTransparencyRequest();
-```
1692
+```
0 commit comments