UserFeatureTogglesObserver
@objc
public protocol UserFeatureTogglesObserver
The protocol for observers of changes to user feature toggles
Note
@objc only because of SR-55.
-
Called when the state of a user feature toggle explicitly changes
Declaration
Swift
func userFeatureTogglesDidChange()
View on GitHub
UserFeatureTogglesObserver Protocol Reference