WebBackForwardList.GetItemAtIndex(Int32) Method

Definition

Get the history item at the given index.

[Android.Runtime.Register("getItemAtIndex", "(I)Landroid/webkit/WebHistoryItem;", "GetGetItemAtIndex_IHandler")]
public abstract Android.Webkit.WebHistoryItem? GetItemAtIndex (int index);
[<Android.Runtime.Register("getItemAtIndex", "(I)Landroid/webkit/WebHistoryItem;", "GetGetItemAtIndex_IHandler")>]
abstract member GetItemAtIndex : int -> Android.Webkit.WebHistoryItem

Parameters

index
Int32

The index to retrieve.

Returns

WebHistoryItem
Attributes

Remarks

Java documentation for android.webkit.WebBackForwardList.getItemAtIndex(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to