WebAPI/LogAPI: Difference between revisions

Line 42: Line 42:
   attribute DOMString status;        // [missed, new]         
   attribute DOMString status;        // [missed, new]         
   attribute DOMString[] contactId;  // ContactId     
   attribute DOMString[] contactId;  // ContactId     
   attribute DOMString[] tel;           // Tel number if not in contacts
   attribute DOMString[] tel;           // Tel number if not in contacts
   attribute DOMString objectId;     // Object id (for example SMS message on the SMS database)   
   attribute DOMString objectId;   // Object id (for example SMS message on the SMS database)   
   attribute DOMString service;       // oneOf ['SMS', 'Telephony', 'Facebook', 'Twitter']  
   attribute DOMString service;     // oneOf ['SMS', 'Telephony', 'Facebook', 'Twitter']  
   attribute DOMString title;             
   attribute DOMString title;             
   attribute DOMString description;
   attribute DOMString description;
172

edits