|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChannelConfig | |
---|---|
org.botlibre.sdk | |
org.botlibre.sdk.activity.actions |
Uses of ChannelConfig in org.botlibre.sdk |
---|
Methods in org.botlibre.sdk that return ChannelConfig | |
---|---|
ChannelConfig |
LiveChatConnection.getChannel()
Return the current channel. |
Methods in org.botlibre.sdk with parameters of type ChannelConfig | |
---|---|
void |
LiveChatConnection.connect(ChannelConfig channel,
UserConfig user)
Connection to the live chat server channel. |
BotModeConfig |
SDKConnection.getChannelBotMode(ChannelConfig config)
Return the channel's bot configuration. |
LiveChatConnection |
SDKConnection.openLiveChat(ChannelConfig channel,
LiveChatListener listener)
Connect to the live chat channel and return a LiveChatConnection. |
Uses of ChannelConfig in org.botlibre.sdk.activity.actions |
---|
Constructors in org.botlibre.sdk.activity.actions with parameters of type ChannelConfig | |
---|---|
HttpGetChannelBotModeAction(android.app.Activity activity,
ChannelConfig config)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |