iterateJtxObjectRows

fun iterateJtxObjectRows(projection: Array<String>?, where: String?, whereArgs: Array<String>?, body: (ContentValues) -> Unit)

Iterates jtx object rows (without sub-rows) from this collection.

Adds a WHERE clause that restricts the query to JtxContract.JtxICalObject.ICALOBJECT_COLLECTIONID = id.

Parameters

projection

requested fields

where

selection

whereArgs

arguments for selection

body

callback that is called for each main row

Throws

when the content provider returns an error