Contacts

public class Contacts

Service to manage contact actions and subscribe to contact events

  • Represents a contact backend, use to retrieve specific contacts

    See more

    Declaration

    Swift

    public struct Source
  • Delegate for subscribing to contact events like new/remove contact

    Declaration

    Swift

    public weak var delegate: ContactDelegate?