All Classes and Interfaces
Class
Description
Action method executable from Appfigurate.
Appfigurate library static methods.
Used in conjunction with
addConfigurationUpdatedListener
and removeConfigurationUpdatedListener
Used in conjunction with
Appfigurate.fetchRemoteConfiguration(FetchRemoteConfiguration)
.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.
Boolean property configurable in Appfigurate using a Switch.
Subclass Configuration, then implement properties to configure using the Appfigurate app (Emulator or Google Play
Store) with the
BooleanProperty
,
IntPropertyEdit
,
IntPropertyList
,
IntPropertyListEdit
,
IntPropertySlider
,
FloatPropertyEdit
,
FloatPropertyList
,
FloatPropertyListEdit
,
FloatPropertySlider
,
DoublePropertyEdit
,
DoublePropertyList
,
DoublePropertyListEdit
,
DoublePropertySlider
,
StringPropertyEdit
,
StringPropertyList
,
StringPropertyListEdit
,
EncryptedStringPropertyListEdit
,
RemoteBooleanProperty
,
RemoteIntPropertyEdit
,
RemoteDoublePropertyEdit
or
RemoteStringPropertyEdit
annotations.Displays overridden configuration in a vertical orientation.
Double property configurable in Appfigurate using a text field.
Double property configurable in Appfigurate from a list of valid choices.
Double property configurable in Appfigurate from a list of valid choices.
Double property configurable in Appfigurate using a slider.
Encrypted String property configurable in Appfigurate from a customizable
list of valid choices.
Float property configurable in Appfigurate using a text field.
Float property configurable in Appfigurate from a list of valid choices.
Float property configurable in Appfigurate from a list of valid choices.
Float property configurable in Appfigurate using a slider.
The graphical icons to be displayed for any configuration properties that
are implemented using any of the @IntPropertySlider, @FloatPropertySlider
or @DoublePropertySlider annotations.
Integer property configurable in Appfigurate using a text field.
Integer property configurable in Appfigurate from a list of valid choices.
Integer property configurable in Appfigurate from a list of valid choices.
Integer property configurable in Appfigurate using a slider.
Remote Boolean property configurable in Appfigurate using a Switch.
Remote Double property configurable in Appfigurate using a text field.
Remote Integer property configurable in Appfigurate using a text field.
The propertyType parameter in the
Appfigurate.fetchRemoteConfiguration(nz.co.electricbolt.appfiguratelibrary.Appfigurate.FetchRemoteConfiguration)
method indicates both the type of the
defaultValue parameter and the expected result of the block.Remote String property configurable in Appfigurate using a text field.
String property configurable in Appfigurate using a text field.
String property configurable in Appfigurate from a predefined list of valid
choices.
String property configurable in Appfigurate from a customizable list of
valid choices.