| Interface | Description |
|---|---|
| POBAlertDialog.POBDialogListener |
Notifies the callback events on Dialog
|
| POBLooper.LooperListener |
Invocation callback after looper completed its loop time
|
| POBUrlHandler.UrlHandlerListener |
Interface to provide Url handler events
|
| Class | Description |
|---|---|
| POBAdvertisingIdClient |
AdvertisingIdClient class is used to manage Advertising info
from google ads
|
| POBAdvertisingIdClient.AdInfo |
Static class AdInfo is used to maintain advertising information
|
| POBAlertDialog |
Class to manage generic alert dialog
|
| POBDeepLinkUtil |
PMDeepLinkUtil is used to manage DeepLinking functionality
on the basis of URL scheme
|
| POBLocationDetector |
ThPMLocationDetector is Utility class used to detect device location
|
| POBLooper |
Provides looping functionality, User of this class must call
POBLooper.loop(long) method
to start looper timer and should register to POBLooper.setListener(LooperListener)
in order to identify looper has completed it's loop time. |
| POBUrlHandler |
Helper class to provide Url handling
Responsible to open url in either internal browser, external browser or
opens up specific application through deeplink.
|
| POBUtils |
This is common utility class
|