BMLTiOSLibMeetingNodeSimpleDictionaryElement
public class BMLTiOSLibMeetingNodeSimpleDictionaryElement : NSObject
This is a special “sub-micro class” for iterating through the fields of this meeting.
-
The Dictionary key
Declaration
Swift
public let key: String
-
The element value
Declaration
Swift
public let value: String
-
The meeting node that “owns” this element.
Declaration
Swift
unowned public let handler: BMLTiOSLibMeetingNode
-
Accessor for the handler’s BMLTiOSLib library (The Handler’s handler).
Declaration
Swift
public var library: BMLTiOSLib { get }
-
Default Initializer
Declaration
Swift
public init(key: String, value: String, handler: BMLTiOSLibMeetingNode)
Parameters
key
The key for this node.
value
The value to assign for the key
handler
The BMLTiOSLibMeetingNode object that “owns” this data object.