🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@nadavhalfon/capacitor-native-multi-contacts

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nadavhalfon/capacitor-native-multi-contacts

Capacitor plugin for picking multiple contacts from native contacts list - works on ios only

latest
Source
npmnpm
Version
1.1.2
Version published
Maintainers
1
Created
Source

capacitor-native-contacts

Capacitor plugin for picking multiple contacts from native contacts list - work on ios only, android does not support it and features picking one contact only

Install

npm install @nadavhalfon/capacitor-native-multi-contacts
npx cap sync

API

  • getPermissions()
  • getContacts()
  • Interfaces

getPermissions()

getPermissions() => Promise<PermissionStatus>

Returns: Promise<PermissionStatus>

getContacts()

getContacts() => Promise<{ contacts: Contact[] | null; }>

Returns: Promise<{ contacts: Contact[] | null; }>

Interfaces

PermissionStatus

PropType
grantedboolean

Contact

PropType
contactIdstring
displayNamestring
givenNamestring
familyNamestring
phoneNumbersPhoneNumber[]
emailsEmailAddress[]
photoThumbnailstring
organizationNamestring
organizationRolestring
birthdaystring

PhoneNumber

PropType
labelstring
numberstring

EmailAddress

PropType
labelstring
addressstring

Keywords

capacitor

FAQs

Package last updated on 20 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts