Interface POBInterstitialRenderer.RendererBuilder
-
- All Implemented Interfaces:
public interface POBInterstitialRenderer.RendererBuilderInterface definition builds the Renderer and FullScreen dialog for Interstitial Ad.
-
-
Method Summary
-
-
Method Detail
-
build
@Nullable() abstract POBBannerRendering build(@NonNull() POBAdDescriptor descriptor, int rendererId)
Builds POBBannerRendering on the basis of POBAdDescriptor See.POBAdDescriptor
- Parameters:
descriptor- the descriptor of type POBAdDescriptorrendererId- the renderer hash code used later by POBFullscreenActivity to identify associated renderer- Returns:
reference of POBBannerRendering
-
-
-
-