Package com.my.target.common.listeners
Interface HtmlLoadingListener.Error
-
- All Implemented Interfaces:
public interface HtmlLoadingListener.ErrorRepresents loading error data.
-
-
Method Summary
Modifier and Type Method Description abstract intgetCode()abstract StringgetDescription()-
-
Method Detail
-
getCode
abstract int getCode()
- Returns:
Code of error (e.g 404 in case of HttpError, or one of the ERROR_* constants in WebViewClient)
-
getDescription
@NonNull() abstract String getDescription()
- Returns:
Description of error
-
-
-
-