| Interface | Description |
|---|---|
| POBAdVisibilityListener |
Interface to listen the ad visibility state.
|
| POBFullScreenDialog.OnDialogCloseListener |
Interface close listener
|
| POBHTMLViewClient.HTMLViewClientListener |
An interface responsible for providing the callbacks during the rendering of HTML content
|
| POBViewabilityTracker.onViewabilityChangedListener |
Interface definition for a callback to be invoked when
layout change happens with respect to view and threshold.
|
| POBWebView.OnFocusChangedListener |
FocusChange listener to provide focus notification to implemented class
|
| POBWebView.WebViewBackPress |
Backpress Interface to provide backpress to implemented class
|
| Class | Description |
|---|---|
| POBFullScreenActivity |
Activity to display interstitial ad.
|
| POBFullScreenDialog |
Custom Dialog class to handler Expand, Two-part Expand, PlayVideo commands
|
| POBHTMLRenderer |
A class responsible for rendering HTML creative/content in WebView
|
| POBHTMLViewClient |
A class listening the WebViewClient callbacks and forwarding to HTMLViewClientListener
implementation.
|
| POBMraidViewContainer |
This class is responsible for showing interstitial HTML/Display creative and also add a close button on top right corner.
|
| POBViewabilityTracker |
Viewability tracker to track view view ability.
|
| POBWebView |
Custom WebView to get internal events on View
|
| Enum | Description |
|---|---|
| POBFullScreenActivity.ACTIONS |
Broadcast actions to notify activity and perform appropriate task.
|