STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api_ktx.contact.model
/
STWRecipientGroup
STWRecipient
Group
data
class
STWRecipientGroup
(
var
groupId
:
Long
,
var
groupName
:
String
?
)
:
STWRecipient
Content copied to clipboard
Types
Constructors
Functions
Properties
Inherited properties
Constructors
STWRecipient
Group
Link copied to clipboard
fun
STWRecipientGroup
(
parcel
:
Parcel
)
Content copied to clipboard
STWRecipient
Group
Link copied to clipboard
fun
STWRecipientGroup
(
groupId
:
Long
,
groupName
:
String
?
)
Content copied to clipboard
Types
CREATOR
Link copied to clipboard
object
CREATOR
:
Parcelable.Creator
<
STWRecipientGroup
>
Content copied to clipboard
Properties
groupId
Link copied to clipboard
var
groupId
:
Long
Content copied to clipboard
groupName
Link copied to clipboard
var
groupName
:
String
?
Content copied to clipboard
Inherited properties
type
Link copied to clipboard
var
type
:
Int
?
=
null
Content copied to clipboard
Functions
describe
Contents
Link copied to clipboard
open
override
fun
describeContents
(
)
:
Int
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
open
override
fun
writeToParcel
(
parcel
:
Parcel
,
flags
:
Int
)
Content copied to clipboard