added in version 27.1.0
belongs to Maven artifact com.android.support:support-content:28.0.0-alpha1

ContentPager.ContentCallback

public static interface ContentPager.ContentCallback

android.support.content.ContentPager.ContentCallback


Callback by which a client receives results of a query.

Summary

Public methods

abstract void onCursorReady(Query query, Cursor cursor)

Called when paged cursor is ready.

Public methods

onCursorReady

added in version 27.1.0
void onCursorReady (Query query, 
                Cursor cursor)

Called when paged cursor is ready. Null, if query failed.

Parameters
query Query: The query having been executed.

cursor Cursor: the query results. Null if query couldn't be executed.