STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api_ktx.contact.model
/
STWGroup
STWGroup
class
STWGroup
:
STWContact
Content copied to clipboard
Types
Constructors
Functions
Properties
Inherited properties
Constructors
STWGroup
Link copied to clipboard
fun
STWGroup
(
parcel
:
Parcel
)
Content copied to clipboard
STWGroup
Link copied to clipboard
fun
STWGroup
(
)
Content copied to clipboard
Types
CREATOR
Link copied to clipboard
object
CREATOR
:
Parcelable.Creator
<
STWGroup
>
Content copied to clipboard
Properties
availableOnlyRecipient
Link copied to clipboard
var
availableOnlyRecipient
:
Boolean
=
false
Content copied to clipboard
contactIds
Link copied to clipboard
var
contactIds
:
String
?
=
null
Content copied to clipboard
groupId
Link copied to clipboard
var
groupId
:
Long
?
=
null
Content copied to clipboard
groupIds
Link copied to clipboard
var
groupIds
:
String
?
=
null
Content copied to clipboard
isAutoConnected
Link copied to clipboard
var
isAutoConnected
:
Boolean
=
false
Content copied to clipboard
isDenyGroupCommunication
Link copied to clipboard
var
isDenyGroupCommunication
:
Boolean
=
false
Content copied to clipboard
whether this GROUP is denied to communicate or not.
isExternalChannel
Link copied to clipboard
var
isExternalChannel
:
Boolean
=
false
Content copied to clipboard
isMember
Link copied to clipboard
var
isMember
:
Boolean
=
false
Content copied to clipboard
isTransmissionDenied
Link copied to clipboard
var
isTransmissionDenied
:
Boolean
=
false
Content copied to clipboard
multiChannelLevel
Link copied to clipboard
var
multiChannelLevel
:
Long
=
0
Content copied to clipboard
prearrangedAudioConfId
Link copied to clipboard
var
prearrangedAudioConfId
:
String
?
=
null
Content copied to clipboard
prearrangedEmergencyCallId
Link copied to clipboard
var
prearrangedEmergencyCallId
:
String
?
=
null
Content copied to clipboard
prearrangedGroupCallId
Link copied to clipboard
var
prearrangedGroupCallId
:
String
?
=
null
Content copied to clipboard
Inherited properties
contactId
Link copied to clipboard
var
contactId
:
Int
?
=
null
Content copied to clipboard
contactType
Link copied to clipboard
var
contactType
:
Int
Content copied to clipboard
displayName
Link copied to clipboard
var
displayName
:
String
?
=
null
Content copied to clipboard
isFavorite
Link copied to clipboard
var
isFavorite
:
Boolean
=
false
Content copied to clipboard
sortKey
Link copied to clipboard
var
sortKey
:
String
?
=
null
Content copied to clipboard
type
Link copied to clipboard
var
type
:
Int
?
=
null
Content copied to clipboard
Functions
content
Equals
Link copied to clipboard
open
override
fun
contentEquals
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
describe
Contents
Link copied to clipboard
open
override
fun
describeContents
(
)
:
Int
Content copied to clipboard
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
Content copied to clipboard
identifier
Equal
Link copied to clipboard
open
override
fun
identifierEqual
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
open
override
fun
writeToParcel
(
parcel
:
Parcel
,
flags
:
Int
)
Content copied to clipboard