ConfigurableBarrier Protocol Reference
public protocol ConfigurableBarrier : Barrier
A specialist implementation of the Barrier that supports updated generic configuration at runtime.
-
The unique identifier of this barrier. This String will be used to match up barriers scoped in the configuration JSON.
Declaration
Swift
static var id: String { get } -
Method to notify this
Barrierthat updatedconfigurationis available that may affect theBarrier‘s behavior.Declaration
Swift
func updateConfiguration(_ configuration: DataObject)