Share via


RemoteViews.RemoteCollectionItems.GetItemView(Int32) Method

Definition

Returns the RemoteViews to display at position.

[Android.Runtime.Register("getItemView", "(I)Landroid/widget/RemoteViews;", "", ApiSince=31)]
public Android.Widget.RemoteViews GetItemView (int position);
[<Android.Runtime.Register("getItemView", "(I)Landroid/widget/RemoteViews;", "", ApiSince=31)>]
member this.GetItemView : int -> Android.Widget.RemoteViews

Parameters

position
Int32

Returns

RemoteViews for the position.

Attributes

Remarks

Java documentation for android.widget.RemoteViews.RemoteCollectionItems.getItemView(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