Package nz.co.electricbolt.appfiguratelibrary
package nz.co.electricbolt.appfiguratelibrary
-
ClassDescriptionAppfigurate library static methods.Used in conjunction with
addConfigurationUpdatedListener
andremoveConfigurationUpdatedListener
Used in conjunction withAppfigurate.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.Subclass Configuration, then implement properties to configure using the Appfigurate app (Emulator or Google Play Store) with theBooleanProperty
,IntPropertyEdit
,IntPropertyList
,IntPropertyListEdit
,IntPropertySlider
,FloatPropertyEdit
,FloatPropertyList
,FloatPropertyListEdit
,FloatPropertySlider
,DoublePropertyEdit
,DoublePropertyList
,DoublePropertyListEdit
,DoublePropertySlider
,StringPropertyEdit
,StringPropertyList
,StringPropertyListEdit
,EncryptedStringPropertyListEdit
,RemoteBooleanProperty
,RemoteIntPropertyEdit
,RemoteDoublePropertyEdit
orRemoteStringPropertyEdit
annotations.Displays overridden configuration in a vertical orientation.The propertyType parameter in theAppfigurate.fetchRemoteConfiguration(nz.co.electricbolt.appfiguratelibrary.Appfigurate.FetchRemoteConfiguration)
method indicates both the type of the defaultValue parameter and the expected result of the block.