Slide 46
Slide 46 text
NOTE: クエリのページングについて(2/2)
46
contentResolver.query(
uri,
projection,
bundleOf(
ContentResolver.QUERY_ARG_SQL_SORT_ORDER to order,
ContentResolver.QUERY_ARG_SQL_SELECTION to selection,
ContentResolver.QUERY_ARG_SQL_SELECTION_ARGS to selectionArg,
ContentResolver.QUERY_ARG_OFFSET to offset,
ContentResolver.QUERY_ARG_LIMIT to limit,
),
null
)