com.google.ads.mediation
Interface NetworkExtras

All Known Implementing Classes:
AdMobAdapterExtras, EmptyNetworkExtras

public interface NetworkExtras

Marker for classes which contain information set by the publisher on the client device. These should be settings that are request independent, such as user's gender or device location.

This interface is used to help users discover the correct extras classes, and to ensure that they only use these classes as extras.

There are intentionally no methods to implement.