toggle menu
NexconnChatUISDK
26.1.0
NexconnChatUISDK
switch theme
search in API
NexconnChatUISDK
/
ai.nexconn.chatui.model
/
ChannelKey
Channel
Key
public
final
class
ChannelKey
Created by zhjchen on 4/29/15.
Members
Properties
key
Link copied to clipboard
public
String
key
target
Id
Link copied to clipboard
public
String
targetId
type
Link copied to clipboard
public
ChannelType
type
Functions
get
Key
Link copied to clipboard
public
String
getKey
(
)
get
Target
Id
Link copied to clipboard
public
String
getTargetId
(
)
get
Type
Link copied to clipboard
public
ChannelType
getType
(
)
obtain
Link copied to clipboard
public
static
ChannelKey
obtain
(
String
key
)
public
static
ChannelKey
obtain
(
String
targetId
,
ChannelType type
)
set
Key
Link copied to clipboard
public
void
setKey
(
String
key
)
set
Target
Id
Link copied to clipboard
public
void
setTargetId
(
String
targetId
)
set
Type
Link copied to clipboard
public
void
setType
(
ChannelType type
)