toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-core
/
com.urbanairship.contacts
/
ConflictEvent
/
ChannelInfo
Channel
Info
class
ChannelInfo
(
val
channelId
:
String
,
val
channelType
:
ChannelType
)
Channel Info.
Members
Constructors
Channel
Info
Link copied to clipboard
constructor
(
channelId
:
String
,
channelType
:
ChannelType
)
Properties
channel
Id
Link copied to clipboard
val
channelId
:
String
The channel ID.
channel
Type
Link copied to clipboard
val
channelType
:
ChannelType
The channel type.
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int