public static class POBCacheManager.POBPartnerConfigListener
extends java.lang.Object
| Constructor and Description |
|---|
POBPartnerConfigListener() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onPartnerConfigFailed(POBError error)
Returns the error found while loading the client side partner list.
|
protected void |
onPartnerConfigFetched(java.util.List<POBPartnerInfo> partnerList)
Returns the client side partner list if at least one partner found for request tag.
|
protected void onPartnerConfigFetched(@NonNull
java.util.List<POBPartnerInfo> partnerList)
partnerList - List of partner details for requested tag.protected void onPartnerConfigFailed(@NonNull
POBError error)
error - Error object while loading the list of partner details for requested tag.