RemoteViews.RemoteCollectionItems.Builder.AddItem(Int64, RemoteViews) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a RemoteViews to the collection.
[Android.Runtime.Register("addItem", "(JLandroid/widget/RemoteViews;)Landroid/widget/RemoteViews$RemoteCollectionItems$Builder;", "", ApiSince=31)]
public Android.Widget.RemoteViews.RemoteCollectionItems.Builder AddItem(long id, Android.Widget.RemoteViews view);
[<Android.Runtime.Register("addItem", "(JLandroid/widget/RemoteViews;)Landroid/widget/RemoteViews$RemoteCollectionItems$Builder;", "", ApiSince=31)>]
member this.AddItem : int64 * Android.Widget.RemoteViews -> Android.Widget.RemoteViews.RemoteCollectionItems.Builder
Parameters
- id
- Int64
The item identifier.
- view
- RemoteViews
The view involved in this operation.
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.