Package com.naver.ads.webview
Enum AdWebViewErrorCode
-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum AdWebViewErrorCode extends Enum<AdWebViewErrorCode>
The types of error of AdWebView that can be encountered.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringmessageprivate final EnumEntries<AdWebViewErrorCode>entries
-
Enum Constant Summary
Enum Constants Enum Constant Description WEBVIEW_NOT_AVAILABLEFAILED_TO_LOADRENDER_PROCESS_GONE_WITH_CRASHRENDER_PROCESS_GONE_UNSPECIFIED
-
Method Summary
Modifier and Type Method Description final AdWebViewErrorCodevalueOf(String value)Returns the enum constant of this type with the specified name. final Array<AdWebViewErrorCode>values()Returns an array containing the constants of this enum type, in the order they're declared. final StringgetMessage()the error message mapped to code. final EnumEntries<AdWebViewErrorCode>getEntries()The types of error of AdWebView that can be encountered. -
-
Method Detail
-
valueOf
final AdWebViewErrorCode valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
values
final Array<AdWebViewErrorCode> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getMessage
final String getMessage()
the error message mapped to code.
-
getEntries
final EnumEntries<AdWebViewErrorCode> getEntries()
The types of error of AdWebView that can be encountered.
-
-
-
-