Android.Database.ICrossProcessCursor Members

The members of Android.Database.ICrossProcessCursor are listed below.

Public Properties

[read-only]
WindowCursorWindow. Returns a pre-filled window that contains the data within this cursor.

Public Methods

FillWindow(int, CursorWindow)
Copies cursor data into the window.
OnMove(int, int) : bool
This 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.