public interface

ContentPager.ContentCallback

 androidx.contentpager.content.ContentPager.ContentCallback

Overview

Callback by which a client receives results of a query.

Summary

Methods
public voidonCursorReady(Query query, Cursor cursor)

Called when paged cursor is ready.

Methods

public void onCursorReady(Query query, Cursor cursor)

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

Parameters:

query: The query having been executed.
cursor: the query results. Null if query couldn't be executed.