Class MessagingConfiguration

    • Method Summary

      All Methods Instance Methods Concrete 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getConfigurations

        public java.util.List<Configuration> getConfigurations()
        Description copied from interface: Configuration
        A list of configurations that gets passed through screens and is used for configuring activities that get started from the initial entry point.
        Specified by:
        getConfigurations in interface Configuration