Package zendesk.support
Interface UiConfig
-
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- ArticleUiConfig, HelpCenterUiConfig, RequestListUiConfig, RequestUiConfig
public interface UiConfig extends java.io.Serializable
Configuration for a screen of the SDK.
-
-
Method Summary
All 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
-
getUiConfigs
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.
-
-