Phonebook

public struct Phonebook

An Agenda which can be associated to a SippoGroup

  • Each Phonebook contact

    Declaration

    Swift

    public struct Entry

Properties

  • Phonebook name

    Declaration

    Swift

    public let name: String
  • Current phonebook contacts

    Declaration

    Swift

    public let entries: [Phonebook.Entry]