|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BotModeConfig | |
---|---|
org.botlibre.sdk | |
org.botlibre.sdk.activity | |
org.botlibre.sdk.activity.actions |
Uses of BotModeConfig in org.botlibre.sdk |
---|
Methods in org.botlibre.sdk that return BotModeConfig | |
---|---|
BotModeConfig |
SDKConnection.getChannelBotMode(ChannelConfig config)
Return the channel's bot configuration. |
BotModeConfig |
SDKConnection.getForumBotMode(ForumConfig config)
Return the forum's bot configuration. |
Methods in org.botlibre.sdk with parameters of type BotModeConfig | |
---|---|
void |
SDKConnection.saveChannelBotMode(BotModeConfig config)
Save the channel's bot configuration. |
void |
SDKConnection.saveForumBotMode(BotModeConfig config)
Save the forum's bot configuration. |
Uses of BotModeConfig in org.botlibre.sdk.activity |
---|
Fields in org.botlibre.sdk.activity declared as BotModeConfig | |
---|---|
static BotModeConfig |
MainActivity.botMode
|
Uses of BotModeConfig in org.botlibre.sdk.activity.actions |
---|
Constructors in org.botlibre.sdk.activity.actions with parameters of type BotModeConfig | |
---|---|
HttpSaveChannelBotModeAction(android.app.Activity activity,
BotModeConfig config)
|
|
HttpSaveForumBotModeAction(android.app.Activity activity,
BotModeConfig config)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |