1.1.0 • Published 4 years ago

nativescript-contacts-chooser v1.1.0

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
4 years ago

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.

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

License

Apache License Version 2.0, January 2004