Boolean
Last updated
Last updated
Bool
properties must be either true
or false
. The default value of a Bool
property is false
. You can change the default value of the property by assigning a new value in an overridden method.
Allows a boolean property to be changed in Appfigurate using a switch.
Swift prototype
If restart
is true
, then the app will be restarted if the property value changes.
Swift example
Third party remote configuration provider integration is currently in private beta and will be available in the next major release of Appfigurate.
Allows a third party remote configuration provider's boolean property to be changed locally in Appfigurate using a switch. If the override tick box is ticked off, the third party remote configuration provider's value is displayed. If the override tick box is ticked on, then you can use Appfigurate to locally override the value.
Swift prototype
Swift example