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
/
FullGroup
Full
Group
data
class
FullGroup
(
val
uri
:
String
,
val
name
:
String
,
val
contacts
:
List
<
Contact
>
)
:
Parcelable
Members
Constructors
Full
Group
Link copied to clipboard
constructor
(
uri
:
String
,
name
:
String
,
contacts
:
List
<
Contact
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
contacts
Link copied to clipboard
val
contacts
:
List
<
Contact
>
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
)