Feature Flag
data class FeatureFlag(val id: String, val enabled: Boolean, val propertiesJson: String, val trackingString: String? = null) : IPutIntoJson<JSONObject?> , IPropertiesObject
Represents a Braze Feature Flag with its identifier, enabled state, and properties.
Constructors
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Get a boolean property.
Link copied to clipboard
Get an image property.
Link copied to clipboard
Get a JSON property.
Link copied to clipboard
Get a number property.
Link copied to clipboard
Get a string property.
Link copied to clipboard
Get an datetime property.