ContentPager.QueryRunner.Callback
public
static
interface
ContentPager.QueryRunner.Callback
androidx.contentpager.content.ContentPager.QueryRunner.Callback |
Callback that receives a cursor once a query as been executed on the Runner.
Summary
Public methods | |
---|---|
abstract
void
|
onQueryFinished(Query query, Cursor cursor)
Called on main thread when query has completed. |
abstract
Cursor
|
runQueryInBackground(Query query)
Method called on background thread where actual query is executed. |