updateTasks

fun updateTasks(values: ContentValues, where: String?, whereArgs: Array<String>?): Int

Updates tasks in this task list.

Return

number of updated rows

Parameters

values

values to update

where

selection

whereArgs

arguments for selection

Throws

when the content provider returns an error