com.google.android.gms.ads.preload
Stay organized with collections
Save and categorize content based on your preferences.
Interfaces
PreloadCallback
|
Interface definition for a callback to be invoked
when the ad availability changes for a preload configuration. |
Classes
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["The Android Preload API enables preloading ads before they are needed, using `PreloadConfiguration` to instruct the Google Mobile Ads SDK."],["Developers can use the `PreloadCallback` interface to receive updates on the availability of preloaded ads for a given configuration."],["`PreloadConfiguration.Builder` simplifies the creation and configuration process for preloading ads."]]],["The provided content defines interfaces and classes related to preloading ads within the Google Mobile Ads (GMA) SDK. `PreloadCallback` is an interface that handles notifications when ad availability changes. `PreloadConfiguration` class defines settings for preloading ads. `PreloadConfiguration.Builder` allows constructing instances of `PreloadConfiguration`, providing a way to specify the ad preload settings before the ad request is sent.\n"]]