public interface POBBaseAd
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Invoke this method when your activity/fragment is about to destroy.
|
POBRequest |
getAdRequest()
Returns an instance of POBRequest, required for setting targeting parameters.
|
POBImpression |
getImpression()
Returns an instance of POBImpression which gets created internally.
|
void |
loadAd()
Initiate the loading of an Ad
|
void loadAd()
@Nullable POBImpression getImpression()
@Nullable POBRequest getAdRequest()
void destroy()