public static interface POBUrlHandler.UrlHandlerListener
| Modifier and Type | Method and Description |
|---|---|
void |
onErrorOpenUrl(java.lang.String url)
Notifies that is Url handler is unable to perform any of the above mentioned action
|
void |
onInternalBrowserClose(java.lang.String url)
Notifies that internal browser is going to close if already opened
|
void |
onInternalBrowserOpen(java.lang.String url)
Notifies that url is going to open in internal browser
|
void |
onLeaveApp(java.lang.String url)
Notifies that url is either going to open in External browser or deeplink is about happen
|
void onLeaveApp(java.lang.String url)
url - the url on which the above action is going to performvoid onInternalBrowserOpen(java.lang.String url)
url - the url on which above action to be performedvoid onInternalBrowserClose(java.lang.String url)
url - the url on which above action to be performedvoid onErrorOpenUrl(java.lang.String url)
url - the url on which error is occurred