AppWidgetEvent.GetScrolledIds 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.
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
- 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.