WebkitWebBackForwardList
WebkitWebBackForwardList
Functions:
- GetItemAtIndex (Index As Int) As WebkitWebHistoryItem
Get the history item at the given index.
Added in API level 1.
- Initialize (WebView1 As WebView) As String
Initializes the object.
Added in API level 1.
- ToList As List
Convrets object to List Of WebkitWebHistoryItem
- toObject As Object
Returns Object as android.webkit.WebBackForwardList which can be used in Java Code.
- IsInitialized As Boolean
Tests whether the object has been initialized.
Properties:
- CurrentIndex As Int [read only]
Get the index of the current history item.
Added in API level 1.
- CurrentItem As WebkitWebHistoryItem [read only]
Return the current history item.
Added in API level 1.
- Size As Int [read only]
Get the total size of the back/forward list.
Added in API level 1.
WebkitWebHistoryItem
Fields:
- Favicon As Bitmap
- IsInitialized As Boolean
Tests whether the object has been initialized.
- OriginalUrl As String
- Title As String
- Url As String
Functions:
- Initialize
Initializes the fields to their default value.