capacitor-simple-contact
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

simple-contact

Capacitor plugins to easily phones contacts

Install

npm install simple-contact
npx cap sync

API

getContacts()

getContacts() => Promise<{ result: { displayName: string; phoneNumber: string; }[]; }>

Returns: Promise<{ result: { displayName: string; phoneNumber: string; }[]; }>


Dependencies (0)

    Dev Dependencies (14)

    Package Sidebar

    Install

    npm i capacitor-simple-contact

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    19.4 kB

    Total Files

    27

    Last publish

    Collaborators

    • kodesonik