find First Collection
fun findFirstCollection(where: String? = null, whereArgs: Array<String>? = null, sortOrder: String? = null): JtxCollection?
Queries existing jtx collections and returns the first one that matches the search criteria.
Return
first collection that matches the search criteria (or null)
Parameters
where
selection
where Args
arguments for selection
sort Order
sort order
Throws
when the content provider returns an error