ContextSupporting

public protocol ContextSupporting : AnyObject

Implementers must call the applyContext first than the PersistentStoreManaging protocols. The create/open/remove methods works only after it.

  • Apply the given context on StoreManager. The context should contain store related information.

    Throws

    StoreManagerError

    Declaration

    Swift

    func applyContext(_ context: OnboardingContext)

    Parameters

    context

    OnboardingContext with necessery information