Uses of Class
org.botlibre.sdk.config.ForumConfig

Packages that use ForumConfig
org.botlibre.sdk   
org.botlibre.sdk.activity.actions   
 

Uses of ForumConfig in org.botlibre.sdk
 

Methods in org.botlibre.sdk with parameters of type ForumConfig
 BotModeConfig SDKConnection.getForumBotMode(ForumConfig config)
          Return the forum's bot configuration.
 

Uses of ForumConfig in org.botlibre.sdk.activity.actions
 

Constructors in org.botlibre.sdk.activity.actions with parameters of type ForumConfig
HttpGetForumBotModeAction(android.app.Activity activity, ForumConfig config)