Skip to content

add(...)

Studio is being deprecated, please head over to the documentation page for Mattercraft, our most advanced 3D tool for the web, where you can find the most recent information and tutorials.

add(val: ContactEntry): void;

Displays a dialog that allows the user to add a contact to their address book.

ParameterTypeDescription
valEntryThe contact entry to add.
Z.contacts.add({
firstName: "Zappar",
lastName: "Support",
emailAddress: "support@zappar.com",
facebook: "ZapparApp",
twitter: "@ZapparApp"
});