AndroidGroup

open class AndroidGroup(val addressBook: AndroidAddressBook<out AndroidContact, out AndroidGroup>)

Constructors

Link copied to clipboard
constructor(addressBook: AndroidAddressBook<out AndroidContact, out AndroidGroup>, values: ContentValues)
constructor(addressBook: AndroidAddressBook<out AndroidContact, out AndroidGroup>, contact: Contact, fileName: String? = null, eTag: String? = null)
constructor(addressBook: AndroidAddressBook<out AndroidContact, out AndroidGroup>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
var eTag: String?
Link copied to clipboard
Link copied to clipboard
var id: Long?

Functions

Link copied to clipboard
fun add(): Uri

Creates a group with data taken from the constructor.

Link copied to clipboard
fun delete(): Int
Link copied to clipboard

Fetches group data from the content provider.

Link copied to clipboard
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
fun update(values: ContentValues): Uri

fun update(data: Contact): Uri

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