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
/
SolidContactList
Solid
Contact
List
data
class
SolidContactList
(
val
contacts
:
List
<
SolidContact
>
)
:
Parcelable
Members
Constructors
Solid
Contact
List
Link copied to clipboard
constructor
(
contacts
:
List
<
SolidContact
>
)
Properties
contacts
Link copied to clipboard
val
contacts
:
List
<
SolidContact
>
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
)