Package com.zendesk.sdk.support
Interface SupportMvp.Model
-
- Enclosing interface:
- SupportMvp
public static interface SupportMvp.Model
Defines behaviour for model operations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
getSettings(<any> callback)
Fetches the application's settingsvoid
search(java.util.List<java.lang.Long> categoryIds, java.util.List<java.lang.Long> sectionIds, java.lang.String query, java.lang.String[] labelNames, <any> callback)
Performs a Help search
-
-
-
Method Detail
-
search
void search(java.util.List<java.lang.Long> categoryIds, java.util.List<java.lang.Long> sectionIds, java.lang.String query, java.lang.String[] labelNames, <any> callback)
Performs a Help search- Parameters:
categoryIds
- The category IDs to search insectionIds
- The section IDs to search inquery
- The query textlabelNames
- The label names to which to restrict the searchcallback
- The callback for the search results
-
getSettings
void getSettings(<any> callback)
Fetches the application's settings- Parameters:
callback
- The callback for the settings
-
-