STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api_ktx.contact.model
/
STWRadioChannel
STWRadio
Channel
class
STWRadioChannel
:
STWSingleContact
Content copied to clipboard
Types
Constructors
Functions
Properties
Inherited properties
Constructors
STWRadio
Channel
Link copied to clipboard
fun
STWRadioChannel
(
parcel
:
Parcel
)
Content copied to clipboard
STWRadio
Channel
Link copied to clipboard
fun
STWRadioChannel
(
)
Content copied to clipboard
Types
CREATOR
Link copied to clipboard
object
CREATOR
:
Parcelable.Creator
<
STWRadioChannel
>
Content copied to clipboard
Properties
phone
Link copied to clipboard
var
phone
:
STWPhone
?
=
null
Content copied to clipboard
radioChannelIdentifier
Link copied to clipboard
var
radioChannelIdentifier
:
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
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
isFavorite
Link copied to clipboard
var
isFavorite
:
Boolean
=
false
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
sortKey
Link copied to clipboard
var
sortKey
:
String
?
=
null
Content copied to clipboard
systemContactID
Link copied to clipboard
var
systemContactID
:
Long
=
0
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