SourceQuery

data class SourceQuery(contacts: Boolean, domain: Boolean, phonebooks: Boolean, static: Boolean, groups: Boolean)

Parameters

contacts

Enables/Disables fetching the user's personal contacts.

domain

Enables/Disables fetching as contacts the set of users of the domain.

phonebooks

Enables/Disables fetching phonebooks contacts.

static

Enables/Disables fetching contacts accessible to all users.

groups

Enables/Disables fetching the participants of a group as contacts.

Constructors

Link copied to clipboard
fun SourceQuery(contacts: Boolean = true, domain: Boolean = true, phonebooks: Boolean = true, static: Boolean = true, groups: Boolean = true)

Properties

Link copied to clipboard
val contacts: Boolean = true
Link copied to clipboard
val domain: Boolean = true
Link copied to clipboard
val groups: Boolean = true
Link copied to clipboard
val phonebooks: Boolean = true
Link copied to clipboard
val static: Boolean = true