Android.Database.CrossProcessCursorWrapper Members

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]
WindowCursorWindow. Returns a pre-filled window that contains the data within this cursor.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. 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) : 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.