Gjsify LogoGjsify Logo

Hierarchy

  • bSqlChangeCallback

Callable

  • bSqlChangeCallback(change_type: bSqlChangeType, uid: string, extra: string, vcard: string): void
  • A function which may be called in response to a change in contact data.

    This user callback is called inside a lock, you must not call the #EBookSqlite API from this callback.

    Parameters

    • change_type: bSqlChangeType

      The #EbSqlChangeType which occurred

    • uid: string

      A contact UID

    • extra: string

      The extra data associated to the contact

    • vcard: string

      The vcard string for this UID

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method