AppWidgetEvent.GetScrolledIds Method

Definition

This returns the set of View IDs of the views which have been scrolled during the event time range.

[Android.Runtime.Register("getScrolledIds", "()[I", "", ApiSince=36)]
public int[]? GetScrolledIds();
[<Android.Runtime.Register("getScrolledIds", "()[I", "", ApiSince=36)>]
member this.GetScrolledIds : unit -> int[]

Returns

Int32[]
Attributes

Remarks

This returns the set of View IDs of the views which have been scrolled during the event time range. Use android.widget.RemoteViews#setAppWidgetEventTag(int, int) to set a custom integer tag on a view for reporting scrolls. If the tag is set, it will be used here instead of the View ID.

Java documentation for android.appwidget.AppWidgetEvent.getScrolledIds().

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