This key introduces a bootstrapped preferences block. You can also learn more about preference learning with the Preference Learning sample capsule.
This key and its child keys must be defined in a *.preference.bxb
file. This file must be in the appropriate locale-specific resources
folder.
preference-support {
match: FlowerProduct (this)
bootstrap (productTypes) {
value (Bouquet)
value (FlowerArrangement)
}
}
This example specifies a match pattern for the FlowerProduct
concept, and then bootstraps the productTypes
property.
Copyright 2024 Samsung All rights reserved