DarkMatterNode
open class DarkMatterNode: HiveDrone
Hive node that initializes the DarkMatter system.
Important
This node must be subclassed by the app to override the processNode behavior and provide the proper tokens.-
Declaration
Swift
override open func preInitialize() -
Declaration
Swift
override open func reset() -
Declaration
Swift
override open func processNode()
DarkMatterNode Class Reference