WebAPI/LogAPI: Difference between revisions

Jump to navigation Jump to search
Line 39: Line 39:


interface LogEntryProperties {
interface LogEntryProperties {
   attribute DOMString type;          // possible values: ['incoming', 'outgoing'']
   // possible values: ['incoming', 'outgoing'']
   attribute DOMString status;       // [missed, new]
   attribute DOMString type;
   attribute DOMString[] contactId; // ContactId
  // [missed, new]        
   attribute DOMString[] tel;           // Tel number if not in contacts
   attribute DOMString status;  
   attribute DOMString objectId;    // Object id (for example SMS message on the SMS database)
  // ContactId    
   attribute DOMString service;     // oneOf ['SMS', 'Telephony', 'Facebook', 'Twitter']  
   attribute DOMString[] contactId;  
  // Tel number if not in contacts
   attribute DOMString[] tel;      
   // Object id (for example SMS message on the SMS database)  
   attribute DOMString objectId;  
  // oneOf ['SMS', 'Telephony', 'Facebook', 'Twitter']  
  attribute DOMString service;   
   attribute DOMString title;             
   attribute DOMString title;             
   attribute DOMString description;
   attribute DOMString description;
   attribute any extra;                                // Any extra data to be used by applications
   // Any extra data to be used by applications
  attribute any extra;                               
};
};


172

edits

Navigation menu