Package-level declarations

Types

Link copied to clipboard
internal actual class ContactPicker

Android-specific implementation of the ContactPicker contract.

internal expect class ContactPicker

An expected class that defines the contract for a platform-specific contact picker.

internal actual class ContactPicker : NSObject, CNContactPickerDelegateProtocol

iOS-specific implementation of the ContactPicker contract.

Link copied to clipboard

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

Link copied to clipboard
internal class ContactPickerStateImpl(val contactPicked: (Contact?) -> Unit) : ContactPickerState

Concrete implementation of ContactPickerState responsible for bridging the common state management with platform-specific contact picking logic.