public final class AdManagerServices extends BaseAdManagerServices
Usage example:
AdManagerSession session = new AdManagerSession.Builder()...build();
InventoryServiceInterface inventoryService =
new AdManagerServices().get(session, InventoryServiceInterface.class);
inventoryService.makeRequest(...);
...
session.setNetworkCode(...);
inventoryService.makeRequest(...);
Implementation is thread-safe.
Constructor and Description |
---|
AdManagerServices() |
get
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get
Copyright © 2020. All Rights Reserved.