BMLTiOSLibChangedMeeting

public class BMLTiOSLibChangedMeeting : NSObject

This is a special class that represents objects for meeting changes.

Public Calculated Properties

  • Declaration

    Swift

    public var meetingID: Int { get }

    Return Value

    The changed meeting’s BMLT ID.

  • Declaration

    Swift

    public var meetingChanges: [String : [String]] { get }

    Return Value

    All the various field changes associated with this meeting change.

  • Declaration

    Swift

    override public var description: String { get }

    Return Value

    A textual description of the change.

Public Initializer

  • Default initializer

    Declaration

    Swift

    public init(_ inDictionary: [String : AnyObject?], inHandler: BMLTiOSLib)

    Parameters

    inDictionary

    This is a Dictionary object with the raw JSON response object.

    inHandler

    This is the “owning” BMLTiOSLib object for this change.