public class POBMPBidCacheService
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
POBMPBidCacheService.BidConfig
Stores the bid & custom event proxy reference.
|
| Modifier and Type | Method and Description |
|---|---|
static POBMPBidCacheService |
getInstance()
Creates & returns singleton instance of POBMPBidCacheService
|
POBMPBidCacheService.BidConfig |
popStoredConfig(java.lang.Integer uniqueId)
Removes config stored against uniqueId
|
void |
storeConfig(java.lang.Integer uniqueId,
POBMPBidCacheService.BidConfig config)
Stores Ad config
|
@NonNull public static POBMPBidCacheService getInstance()
public void storeConfig(@NonNull
java.lang.Integer uniqueId,
@NonNull
POBMPBidCacheService.BidConfig config)
uniqueId - unique identifier for associated objectconfig - config stored against associated object@Nullable public POBMPBidCacheService.BidConfig popStoredConfig(@NonNull java.lang.Integer uniqueId)
uniqueId - unique identifier for associated object