All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description ActionMethod Action method executable from Appfigurate.Appfigurate Appfigurate library static methods.Appfigurate.ConfigurationUpdated Used in conjunction withaddConfigurationUpdatedListener
andremoveConfigurationUpdatedListener
.AppfigurateLibraryException Exception thrown by Appfigurate library when: the app is initialized, generally due to a programming error, invalid configuration is attempted to be applied to the app, an action is attempted to be executed on the app causing invalid configuration.BooleanProperty Boolean property configurable in Appfigurate using a Switch.Configuration Subclass Configuration, then implement properties to configure using the Appfigurate app (Emulator or Google Play Store).ConfigurationLabel Displays overridden configuration in a vertical orientation.DoublePropertyEdit Double property configurable in Appfigurate using a text field.DoublePropertyList Double property configurable in Appfigurate from a list of valid choices.DoublePropertyListEdit Double property configurable in Appfigurate from a list of valid choices.DoublePropertySlider Double property configurable in Appfigurate using a slider.EncryptedStringPropertyListEdit Encrypted String property configurable in Appfigurate from a customizable list of valid choices.FloatPropertyEdit Float property configurable in Appfigurate using a text field.FloatPropertyList Float property configurable in Appfigurate from a list of valid choices.FloatPropertyListEdit Float property configurable in Appfigurate from a list of valid choices.FloatPropertySlider Float property configurable in Appfigurate using a slider.IconSlider The graphical icons to be displayed for any configuration properties that are implemented using any of the @IntPropertySlider, @FloatPropertySlider or @DoublePropertySlider annotations.IntPropertyEdit Integer property configurable in Appfigurate using a text field.IntPropertyList Integer property configurable in Appfigurate from a list of valid choices.IntPropertyListEdit Integer property configurable in Appfigurate from a list of valid choices.IntPropertySlider Integer property configurable in Appfigurate using a slider.StringPropertyEdit String property configurable in Appfigurate using a text field.StringPropertyList String property configurable in Appfigurate from a predefined list of valid choices.StringPropertyListEdit String property configurable in Appfigurate from a customizable list of valid choices.