RuntimeOptionable
public protocol RuntimeOptionable : AnyObject
Undocumented
-
Sets whether activate event sending is enabled. Default is true.
Declaration
Swift
var sendEventOnChangeConfig: Bool { get set }
-
Sets client features used for experiment filtering.
Declaration
Swift
var clientFeatures: ClientFeatures { get set }