Contacts

public class Contacts

Service to manage contact actions and subscribe to contact events

Properties

  • Represents a contact backend, use to retrieve specific contacts

    Declaration

    Swift

    public enum Source : String
  • Delegate for subscribing to contact events like new/remove contact

    Declaration

    Swift

    public weak var delegate: ContactDelegate?

Api