public class POBRenderer
extends java.lang.Object
| Constructor and Description |
|---|
POBRenderer() |
| Modifier and Type | Method and Description |
|---|---|
static com.pubmatic.sdk.common.ui.POBBannerRendering |
getBannerRenderer(android.content.Context context,
int expiryTimeout)
Method to get Renderer for Banner Ad
|
static com.pubmatic.sdk.common.ui.POBInterstitialRendering |
getInterstitialRenderer(android.content.Context context,
int expiryTimeout)
To get Renderer for Interstitial Ad
|
static com.pubmatic.sdk.video.renderer.POBVideoRendering |
videoRenderer(android.content.Context context,
com.pubmatic.sdk.common.base.POBAdDescriptor descriptor,
java.lang.String placement,
int expiryTimeout,
boolean isRewardedAd)
Create Video renderer enabling skipability and exposure tracker based on placement type provided,
max wrapper threshold time out is set to 3, linearity is set to linear
along with it is registered to the video measurement provider.
|
@NonNull
public static com.pubmatic.sdk.common.ui.POBBannerRendering getBannerRenderer(@NonNull
android.content.Context context,
int expiryTimeout)
context - provide activity context@NonNull
public static com.pubmatic.sdk.video.renderer.POBVideoRendering videoRenderer(@NonNull
android.content.Context context,
@NonNull
com.pubmatic.sdk.common.base.POBAdDescriptor descriptor,
@NonNull
java.lang.String placement,
int expiryTimeout,
boolean isRewardedAd)
context - the context of activity typeplacement - the placement of type String@NonNull
public static com.pubmatic.sdk.common.ui.POBInterstitialRendering getInterstitialRenderer(@NonNull
android.content.Context context,
int expiryTimeout)
context - provide activity context