Observable
public protocol Observable
Protocol to be implemented by any object that provides an interface to Mentat’s transaction observers.
-
Undocumented
Declaration
Swift
func register(key: String, observer: Observing, attributes: [String])
-
Undocumented
Declaration
Swift
func unregister(key: String)