RuntimeOptionable
public protocol RuntimeOptionable : AnyObject
The protocol that provides options that can be changed any time.
-
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 }
Install in Dash
RuntimeOptionable Protocol Reference