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