LGV_MeetingSDK_Meeting_Data_Set

open class LGV_MeetingSDK_Meeting_Data_Set : LGV_MeetingSDK_Meeting_Data_Set_Protocol

This defines a class, containing a “found set” of meeting data. It is defined as a class, so it can be referenced (possibly weakly), in order to avoid data duplication.

Top Level Error Enum

  • This enum is based on the Swift Error protocol, and “wraps” more specific errors. It provides the general error categories.

    See more

    Declaration

    Swift

    public enum Error : Swift.Error, CaseIterable, CustomDebugStringConvertible

Search Initiator Additional Refinements Weekdays Enum

  • This integer-based enum is a 1-based weekday specifier for the LGV_MeetingSDK_SearchInitiator_Search_Refinements.weekdays specialization.

    See more

    Declaration

    Swift

    public enum Weekdays : Int, CaseIterable, CustomDebugStringConvertible

Search Initiator Search Types Enum

  • These are enums that describe the “main” search parameters.

    See more

    Declaration

    Swift

    public enum SearchConstraints : CustomDebugStringConvertible, Codable

Search Initiator Additional Refinements Enum

  • The main search can have “refinements” applied, that filter the response further.

    See more

    Declaration

    Swift

    public enum Search_Refinements : CustomDebugStringConvertible, Hashable, Codable

LGV_MeetingSDK_Additional_Info_Protocol Conformance

  • This allows us to have extra information attached to the found set.

    Declaration

    Swift

    public var extraInfo: String

LGV_MeetingSDK_RefCon_Protocol Conformance

  • This allows us to have a reference context attached to the found set.

    Declaration

    Swift

    public var refCon: Any?

Instance Properties