RootContext
public class RootContext : MemriContext
Represents the entire application user interface. One can imagine in the future there being multiple applications, each aimed at a different way to represent the data. For instance an application that is focussed on voice-first instead of gui-first.
-
Undocumented
Declaration
Swift
var subContexts: [SubContext]
-
Undocumented
Declaration
Swift
init(name: String) throws
-
Undocumented
Declaration
Swift
public func createSubContext(_ state: CVUStateDefinition? = nil) throws -> MemriContext
-
Undocumented
Declaration
Swift
public func boot(isTesting: Bool = false, _ callback: @escaping (Error?) -> Void)
-
Undocumented
Declaration
Swift
public func mockBoot() -> MemriContext