Quobis Android SDK (internal 0.76.0)
Quobis Android SDK (internal 0.76.0)
/
com.quobis.sippo.sipposdk.chat.model
/
CreationType
/
Group
Group
class
Group
(
name
:
String
,
participants
:
List
<
String
>
)
:
CreationType
Content copied to clipboard
Data needed to create a Group chat.
Constructors
Properties
Parameters
Parameters
name
Name used as alias.
Constructors
Group
Link copied to clipboard
fun
Group
(
name
:
String
,
participants
:
List
<
String
>
)
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
participants
Link copied to clipboard
val
participants
:
List
<
String
>
Content copied to clipboard