ContactPickerState

Defines the contract for managing the state and interactions of a contact picker.

This interface provides a reactive way to observe the selected contact and methods to initialize and trigger the platform-specific contact selection UI.

Inheritors

Properties

Link copied to clipboard
abstract val value: State<Contact?>

A reactive State containing the currently selected Contact.

Functions

Link copied to clipboard

Initializes the contact picker's internal infrastructure.

Link copied to clipboard
abstract fun launchContactPicker()

Requests the display of the system's native contact selection interface.