iterateEventAndExceptions

fun iterateEventAndExceptions(where: String?, whereArgs: Array<String>?, body: (EventAndExceptions) -> Unit)

Iterates through events together with their exceptions from the content provider.

Note that the exceptions may contain deleted events.

Parameters

where

selection

whereArgs

arguments for selection

body

callback that is called for each event (including exceptions)