Usage example:
DfpSession session = new DfpSession.Builder()...build(); InventoryServiceInterface inventoryService = new DfpServices().get(session, InventoryServiceInterface.class); campaignService.makeRequest(...); ... session.setNetworkCode(...); campaignService.makeRequest(...);
Implementation is thread-safe.
@author Joseph DiLalloUsage example:
DfpSession session = new DfpSession.Builder()...build(); InventoryServiceInterface inventoryService = new DfpServices().get(session, InventoryServiceInterface.class); campaignService.makeRequest(...); ... session.setNetworkCode(...); campaignService.makeRequest(...);
Implementation is thread-safe.
@author Joseph DiLallo
|
|