public interface POBCustomRendererProvider
| Modifier and Type | Method and Description |
|---|---|
POBBannerRendering |
getBannerRenderer(android.content.Context context,
POBPartnerInfo partnerInfo)
Provides POBBannerRendering object
|
POBInterstitialRendering |
getInterstitialRenderer(android.content.Context context,
POBPartnerInfo partnerInfo)
Provides POBInterstitialRendering object
|
@Nullable POBBannerRendering getBannerRenderer(@NonNull android.content.Context context, @NonNull POBPartnerInfo partnerInfo)
context - contextpartnerInfo - Partner information@Nullable POBInterstitialRendering getInterstitialRenderer(@NonNull android.content.Context context, @NonNull POBPartnerInfo partnerInfo)
context - contextpartnerInfo - Partner information