ConfigurableBarrier

public protocol ConfigurableBarrier : Barrier

A specialist implementation of the Barrier that supports updated generic configuration at runtime.

  • id

    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 Barrier that updated configuration is available that may affect the Barrier‘s behavior.

    Declaration

    Swift

    func updateConfiguration(_ configuration: DataObject)