findFirstTaskList

fun findFirstTaskList(where: String?, whereArgs: Array<String>?, sortOrder: String? = null): DmfsTaskList?

Queries existing task lists and returns the first task list that matches the search criteria.

Return

first task list that matches the search criteria (or null)

Parameters

where

selection

whereArgs

arguments for selection

sortOrder

sort order

Throws

when the content provider returns an error