NetworkExtras
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.
[null,null,["Last updated 2024-10-31 UTC."],[[["The `NetworkExtras` interface is deprecated and no longer recommended for use."],["It was previously used by `MediationAdapter`, which has also been deprecated."],["New mediation adapters should use `Bundle` for passing extras via `AbstractAdRequestBuilder.addNetworkExtrasBundle()`."],["This interface is empty and was intended for use by Google Mobile Ads mediation adapters."]]],["The `NetworkExtras` interface is deprecated and intended solely for older `MediationAdapter` implementations. New mediation adapters should use a `Bundle` for extras, added via `AbstractAdRequestBuilder.addNetworkExtrasBundle`. This interface, which has no methods to implement, is no longer needed. Newer `MediationAdapter` should be implemented in place of the older one.\n"]]