Android Solid Services
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Android Solid Services
Shared
/
com.erfangholami.androidsolidservices.shared.model.contacts
/
ContactMatch
Contact
Match
data
class
ContactMatch
(
val
contact
:
SolidContact
?
=
null
,
val
addressBookUri
:
String
?
=
null
)
:
Parcelable
Members
Constructors
Contact
Match
Link copied to clipboard
constructor
(
contact
:
SolidContact
?
=
null
,
addressBookUri
:
String
?
=
null
)
Properties
address
Book
Uri
Link copied to clipboard
val
addressBookUri
:
String
?
contact
Link copied to clipboard
val
contact
:
SolidContact
?
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
exists
Link copied to clipboard
fun
exists
(
)
:
Boolean
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)