@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) • 312 B
TypeScript
import { ContactCommon } from './contact.common';
export declare class Contact extends ContactCommon {
initializeFromNative(contactData: any, contactFields?: Array<string>): void;
initializeFromObject(cObject: any, contactFields: any): void;
save(): void;
delete(): void;
isUnified(): any;
}