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

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

Uses of BrowseConfig in org.botlibre.sdk
 

Methods in org.botlibre.sdk with parameters of type BrowseConfig
 java.util.List<WebMediumConfig> SDKConnection.browse(BrowseConfig config)
          Return the list of content for the browse criteria.
 java.util.List<ForumPostConfig> SDKConnection.getPosts(BrowseConfig config)
          Return the list of forum posts for the forum browse criteria.
 

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

Constructors in org.botlibre.sdk.activity.actions with parameters of type BrowseConfig
HttpGetInstancesAction(android.app.Activity activity, BrowseConfig config)
           
HttpGetPostsAction(android.app.Activity activity, BrowseConfig config)