Skip to content

getImportedContactCount

Sahri Riza Umami edited this page Jun 25, 2018 · 2 revisions

Returns the total number of imported contacts.

getImportedContactCount(callback, data)

Example

  • Get the total number of imported contacts.

    getImportedContactCount()

    Response:

    {
      ["@type"] = "count",
      count = 1
    }

Frequently Asked Questions
The Functions

Clone this wiki locally