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
keyThe key for this node.
valueThe value to assign for the key
handlerThe BMLTiOSLibMeetingNode object that
owns
this data object.
View on GitHub
BMLTiOSLibMeetingNodeSimpleDictionaryElement Class Reference