Phonebook

public struct Phonebook: Model

An Agenda which can be associated to a SippoGroup

  • Each Phonebook contact

    See more

    Declaration

    Swift

    public struct Contact: Model
  • Phonebook name

    Declaration

    Swift

    public let name: String
  • Current phonebook contacts

    Declaration

    Swift

    public let contacts: [Phonebook.Contact]