WebkitWebResourceRequest
WebkitWebResourceRequest
Functions:
- Initialize (AndroidWebkitWebResourceRequest As Object) As String
Initializes the object.
Pass android.webkit.WebResourceRequest from inline Java code to initialize new instance.
Added in API level 21.
- ToObject As Object
Returns Object as android.webkit.WebResourceRequest which can be used in Java Code.
Added in API level 21.
- IsInitialized As Boolean
Tests whether the object has been initialized.
Properties:
- HasGesture As Boolean [read only]
Gets whether a gesture (such as a click) was associated with the request.
Added in API level 21.
- IsForMainFrame As Boolean [read only]
Gets whether the request was made in order to fetch the main frame's document.
Added in API level 21.
- IsRedirect As Boolean [read only]
Gets whether the request was a result of a server-side redirect.
Added in API level 24.
- Method As String [read only]
Gets the method associated with the request, for example "GET".
Added in API level 21.
- RequestHeaders As Map [read only]
Gets the headers associated with the request.
Added in API level 21.
- Url As String [read only]
Gets the URL for which the resource request was made.
Added in API level 21.