Package com.pubmatic.sdk.common.base
Interface POBCommunicator.POBCommunicatorListener
-
- All Implemented Interfaces:
@MainThread() public interface POBCommunicator.POBCommunicatorListener<AdDescriptorType extends POBAdDescriptor>
Interface to get the callback from POBCommunicator
-
-
Method Summary
Modifier and Type Method Description abstract voidonSuccess(@NonNull() POBAdResponse<AdDescriptorType> ad)abstract voidonError(@NonNull() POBError error)-
-
Method Detail
-
onSuccess
abstract void onSuccess(@NonNull() POBAdResponse<AdDescriptorType> ad)
-
-
-
-