Package zendesk.support
Interface UiConfig
- 
- All Superinterfaces:
- java.io.Serializable
 - All Known Implementing Classes:
- ArticleUiConfig, HelpCenterUiConfig, RequestListUiConfig, RequestUiConfig
 
 
 public interface UiConfig extends java.io.SerializableConfiguration for a screen of the SDK.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.util.List<UiConfig>getUiConfigs()A list of configurations that gets passed through screens and is used for configuring activities that get started from the initial entry point.
 
- 
- 
- 
Method Detail- 
getUiConfigsjava.util.List<UiConfig> getUiConfigs() A list of configurations that gets passed through screens and is used for configuring activities that get started from the initial entry point.
 
- 
 
-