iterateJtxObjects

fun iterateJtxObjects(where: String?, whereArgs: Array<String>?, body: (Entity) -> Unit)

Iterates jtx objects (with sub-rows) from this collection.

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

Parameters

where

selection

whereArgs

arguments for selection

body

callback that is called for each jtx object entity

Throws

when the content provider returns an error