Initializer

interface Initializer

Initializer for a contact chooser.

Functions

onContactSelected
Link copied to clipboard
abstract fun onContactSelected(callback: ContactChooser.(List<Contact>) -> Unit)
Specify the callback when the contact choice is finished.

Properties

multiSelection
Link copied to clipboard
abstract var multiSelection: Boolean
A flag indicating whether the user could choose a single contact (false) or multiple contacts (true).
text
Link copied to clipboard
abstract var text: UiString
The text displayed to tell the user why (s)he should choose a contact.