RemoteViews.RemoteCollectionItems.Builder.SetViewTypeCount(Int32) Method

Definition

Sets the view type count.

[Android.Runtime.Register("setViewTypeCount", "(I)Landroid/widget/RemoteViews$RemoteCollectionItems$Builder;", "", ApiSince=31)]
public Android.Widget.RemoteViews.RemoteCollectionItems.Builder SetViewTypeCount(int viewTypeCount);
[<Android.Runtime.Register("setViewTypeCount", "(I)Landroid/widget/RemoteViews$RemoteCollectionItems$Builder;", "", ApiSince=31)>]
member this.SetViewTypeCount : int -> Android.Widget.RemoteViews.RemoteCollectionItems.Builder

Parameters

viewTypeCount
Int32

int

Returns

This value cannot be null .

Attributes

Remarks

Java documentation for RemoteViews.RemoteCollectionItems.Builder.

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