JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.prebid.mobile.rendering.mraid.methods.network
Interface UrlResolutionTask.UrlResolutionListener
Enclosing class:
UrlResolutionTask
public static interface
UrlResolutionTask.UrlResolutionListener
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onFailure
(
String
message,
Throwable
throwable)
void
onSuccess
(
String
resolvedUrl)
Method Details
onSuccess
void
onSuccess
(
String
resolvedUrl)
onFailure
void
onFailure
(
String
message,
Throwable
throwable)