process

abstract fun process(row: ContentValues, to: Task)

Takes specific data from a task property sub-row (taken from the content provider) and maps it into the given Task.

Property sub-rows represent things like alarms, categories and relations.

Parameters

row

property sub-row from the content provider

to

destination object where the mapped data are stored