Android Solid Services
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Android Solid Services
client
/
com.erfangholami.androidsolidservices.client.sdk
/
SolidContactsDataModule
/
Groups
/
create
create
suspend
fun
create
(
webId
:
String
,
addressBookUri
:
String
,
title
:
String
,
contactUris
:
List
<
String
>
=
emptyList()
)
:
FullGroup
?
Creates a group titled
title
, optionally seeded with
contactUris
.