Phonebook

public struct Phonebook

An Agenda which can be associated to a SippoGroup

  • Each Phonebook contact

    Declaration

    Swift

    public struct Contact

Properties

  • Phonebook name

    Declaration

    Swift

    public let name: String
  • Current phonebook contacts

    Declaration

    Swift

    public let contacts: [Phonebook.Contact]