The members of Android.Database.CrossProcessCursorWrapper are listed below.
See Also: Inherited members from Android.Database.CursorWrapper
Public Constructors
| | Creates a cross process cursor wrapper. |
Protected Constructors
| | A constructor used when creating managed representations of JNI objects; called by the runtime. |
Public Properties
[read-only] | Window | CursorWindow. Returns a pre-filled window that contains the data within this cursor. |
Protected Properties
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Public Methods
| FillWindow(int, CursorWindow)Copies cursor data into the window. |
| OnMove(int, int) : boolThis function is called every time the cursor is successfully scrolled
to a new position, giving the subclass a chance to update any state it
may have. |