Android.Webkit.WebBackForwardList Members

The members of Android.Webkit.WebBackForwardList are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
CurrentIndexint. Get the index of the current history item.
[read-only]
CurrentItemWebHistoryItem. Return the current history item.
[read-only]
Sizeint. Get the total size of the back/forward list.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

GetItemAtIndex(int) : WebHistoryItem
Get the history item at the given index.