AdDescriptorType - Type of descriptor expected from PMCommunicatorListener's success
callback.@MainThread
public static interface POBCommunicator.PMCommunicatorListener<AdDescriptorType extends POBAdDescriptor>
| Modifier and Type | Method and Description |
|---|---|
void |
onError(POBError error) |
void |
onSuccess(POBAdResponse<AdDescriptorType> ad) |
void onSuccess(@NonNull
POBAdResponse<AdDescriptorType> ad)
void onError(@NonNull
POBError error)