RemoteViews.RemoteCollectionItems.Builder.SetHasStableIds(Boolean) 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.
Sets the has stable ids.
[Android.Runtime.Register("setHasStableIds", "(Z)Landroid/widget/RemoteViews$RemoteCollectionItems$Builder;", "", ApiSince=31)]
public Android.Widget.RemoteViews.RemoteCollectionItems.Builder SetHasStableIds(bool hasStableIds);
[<Android.Runtime.Register("setHasStableIds", "(Z)Landroid/widget/RemoteViews$RemoteCollectionItems$Builder;", "", ApiSince=31)>]
member this.SetHasStableIds : bool -> Android.Widget.RemoteViews.RemoteCollectionItems.Builder
Parameters
- hasStableIds
- Boolean
boolean
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.