Interface UrlHandler.UrlHandlerResultListener
-
- Enclosing class:
- UrlHandler
public static interface UrlHandler.UrlHandlerResultListenerUrlHandler.UrlHandlerResultListenerdefines the methods thatUrlHandlercalls when handling a certain click succeeds or fails.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonFailure(java.lang.String url)voidonSuccess(java.lang.String url, UrlAction urlAction)
-
-
-
Method Detail
-
onSuccess
void onSuccess(java.lang.String url, UrlAction urlAction)
-
onFailure
void onFailure(java.lang.String url)
-
-