AppContextAware

public protocol AppContextAware

Adds the capability to handle the App’s AppContext, which is the shared app wide data.

  • Undocumented

    Declaration

    Swift

    associatedtype AppContextType
  • The app’s AppContext. Shared app wide data.

    Declaration

    Swift

    var appContext: AppContextType? { get set }