WebkitWebResourceError
WebkitWebResourceError
Functions:
- Initialize (AndroidWebkitWebResourceError As Object) As String
Initializes the object.
Pass android.webkit.WebResourceError from inline Java code to initialize new instance.
Added in API level 23.
- toObject As Object
Returns Object as android.webkit.WebResourceError which can be used in Java Code.
Added in API level 23.
- IsInitialized As Boolean
Tests whether the object has been initialized.
Properties:
- Description As String [read only]
Gets the string describing the error.
Added in API level 23.
- ErrorCode As Int [read only]
Gets the error code of the error.
Added in API level 23.