nativescript-contacts-chooser
by dammynex | v1.1.0
Your awesome NativeScript plugin.
npm i --save nativescript-contacts-chooser

nativescript-contacts-chooser

iOS Screenshot

Android Screenshot

Installation

Describe your plugin installation steps. Ideally it would be something like:

tns plugin add nativescript-contacts-chooser

Usage

Describe any usage specifics for your plugin. Give examples for Android, iOS, Angular if needed. See nativescript-drop-down for example.

import { ContactsChooser, ContactsChooserResult } from 'nativescript-contacts-chooser';

//Request for permission (Android)
chooser.requestPermission();

//Choose contact
chooser.open()
.then((contact: ContactsChooserResult) => {
console.log(contact);
})

API

Describe your plugin methods and properties here. See nativescript-feedback for example.

Property Description
requestPermission() Request for permission to access contacts
open() Open contacts picker

License

Apache License Version 2.0, January 2004