ManuallyUpdatablePropertiesProvider

public protocol ManuallyUpdatablePropertiesProvider : PropertiesProviding

A property provider that supports its properties being updated at any given time.

  • Force the properties provider to update its properties.

    Note that there is no guarantee that the returned properties will be new, even if the date has updated.

    Declaration

    Swift

    func updateValues() -> [AnyProperty]

    Return Value

    The properties after the update.