PersonInfo

public class PersonInfo
extension PersonInfo: Equatable

Information about a person

  • id

    The person id of that person

    Declaration

    Swift

    public let id: String
  • The displayed name of the person

    Declaration

    Swift

    public let displayName: String
  • This person’s labels

    Note: Available only when the SDK is working with version 8 or newer of the Unblu server.

    Declaration

    Swift

    public let labels: [String]?
  • Declaration

    Swift

    public static func == (lhs: PersonInfo, rhs: PersonInfo) -> Bool
  • Declaration

    Swift

    public func isEmpty() -> Bool