UNPKG

@nativescript/contacts

Version:

Easy access to iOS and Android contact directory. Pick a contact, update date, or add a new one!

9 lines (8 loc) 293 B
import { ContactCommon } from './contact.common'; export declare class Contact extends ContactCommon { constructor(); initializeFromNative(cursor: any, contactFields: any): void; initializeFromObject(cObject: any, contactFields: any): void; save(): void; delete(): void; }