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
/
Contact
Contact
data
class
Contact
(
val
uri
:
String
,
val
name
:
String
)
:
Parcelable
A contact as it appears in a listing: just enough to render a row.
Members
Constructors
Contact
Link copied to clipboard
constructor
(
uri
:
String
,
name
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
uri
Link copied to clipboard
val
uri
:
String
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)