AdDescriptorType - Type of descriptor expected from PMCommunicatorListener's success
callback.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(java.util.List<AdDescriptorType> ad)
void onError(POBError error)