update

fun update(data: Contact): Uri

Updates a group from a Contact, which represents a vCard received from the CardDAV server.

Return

number of affected rows

Parameters

data

data object to take group title, members etc. from

Throws

on contact provider errors


fun update(values: ContentValues): Uri