Confirmed users
398
edits
Line 28: | Line 28: | ||
attribute DOMString sex; | attribute DOMString sex; | ||
attribute DOMString genderIdentity; | attribute DOMString genderIdentity; | ||
}; | }; | ||
interface ContactField : nsISupports | |||
interface | |||
{ | { | ||
attribute DOMString | attribute DOMString[] type; // "home", "work", etc. | ||
attribute | attribute DOMString value; | ||
attribute boolean pref; // false = no pref, true = preferred (vCard3 TYPE:PREF; vCard4 PREF:1) | |||
}; | }; | ||
* https://wiki.mozilla.org/ContactsAPI | |||
* | * http://tools.ietf.org/html/rfc4770 | ||
* | |||
== Add a Friend == | == Add a Friend == |