You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java/advanced/APIDemo/app/src/main/java/com/google/android/gms/example/apidemo/preloading/AdMobPreloadingAdsFragment.java
+31-25Lines changed: 31 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ public class AdMobPreloadingAdsFragment extends PreloadItemFragment {
Copy file name to clipboardExpand all lines: kotlin/advanced/APIDemo/app/src/main/java/com/google/android/gms/example/apidemo/preloading/AdMobPreloadingAdsFragment.kt
+25-26Lines changed: 25 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -53,43 +53,42 @@ class AdMobPreloadingAdsFragment : Fragment() {
53
53
54
54
// [START start_preload]
55
55
privatefunstartPreload() {
56
-
// Define the number of ads that can be preloaded for each ad unit.
57
-
val bufferSize =2
58
-
// Define a list of PreloadConfiguration objects, specifying the ad unit ID and ad format for
59
-
// each ad unit to be preloaded.
56
+
// Define a list of PreloadConfiguration objects, specifying the ad unit ID and ad format.
0 commit comments