STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api_ktx.contact.model
/
STWSingleContact
STWSingle
Contact
abstract
class
STWSingleContact
:
STWContact
Content copied to clipboard
Constructors
Functions
Inherited functions
Properties
Inherited properties
Inheritors
Constructors
STWSingle
Contact
Link copied to clipboard
fun
STWSingleContact
(
)
Content copied to clipboard
Properties
email
Link copied to clipboard
var
email
:
String
?
=
null
Content copied to clipboard
firstName
Link copied to clipboard
var
firstName
:
String
?
=
null
Content copied to clipboard
isGuest
Link copied to clipboard
var
isGuest
:
Boolean
=
false
Content copied to clipboard
lastName
Link copied to clipboard
var
lastName
:
String
?
=
null
Content copied to clipboard
photoUri
Link copied to clipboard
var
photoUri
:
Uri
?
=
null
Content copied to clipboard
systemContactID
Link copied to clipboard
var
systemContactID
:
Long
=
0
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
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
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Inherited functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
identifier
Equal
Link copied to clipboard
abstract
fun
identifierEqual
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Inheritors
STWExternalContact
Link copied to clipboard
STWRadioChannel
Link copied to clipboard
STWSubscriber
Link copied to clipboard