ContactPickerKMP
Toggle table of contents
0.2.0
Common
Target filter
Common
Switch theme
Search in API
Skip to content
ContactPickerKMP
ContactPickerKMP
/
com.devtamuno.kmp.contactpicker.data
Package-level
declarations
Types
Types
Contact
Link copied to clipboard
@
Immutable
data
class
Contact
(
val
id
:
String
,
val
name
:
String
,
val
phoneNumbers
:
List
<
String
>
,
val
email
:
List
<
String
>
,
val
contactAvatar
:
ByteArray
?
)
A platform-agnostic data model representing a contact's profile information.