Package zendesk.configurations
Interface Configuration
-
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- MessagingConfiguration
public interface Configuration 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<Configuration>
getConfigurations()
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
-
getConfigurations
java.util.List<Configuration> getConfigurations()
A list of configurations that gets passed through screens and is used for configuring activities that get started from the initial entry point.
-
-