FetchSiteAgentsOptions

public struct FetchSiteAgentsOptions
  • Declaration

    Swift

    public private(set) var usePresence: Bool? { get }
  • Declaration

    Swift

    public private(set) var useAcd: Bool? { get }
  • Declaration

    Swift

    public private(set) var convId: String? { get }
  • Undocumented

    Declaration

    Swift

    public init(usePresence: Bool? = nil, useAcd: Bool? = nil, convId: String? = nil)