172
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Use Cases | = Use Cases = | ||
Consumers | |||
To record the history of user activity with the device, particularly with communication services (Phone Calls, Messages, Social Networks, etc.) | |||
== Consumers == | |||
== Producers == | |||
* Dialer, SMS, e-mail, Facebook, Twitter, ... | |||
<pre> | <pre> | ||
Line 8: | Line 15: | ||
DOMRequest clear(LogClearOptions coptions); | DOMRequest clear(LogClearOptions coptions); | ||
LogIterator find(LogFindOptions options); | LogIterator find(LogFindOptions options); | ||
DOMRequest update(LogEntry | |||
attribute Function onentryadded; | attribute Function onentryadded; | ||
Line 13: | Line 22: | ||
interface LogIterator { | interface LogIterator { | ||
DOMRequest next(optional | DOMRequest next(optional unsigned short n); | ||
DOMRequest advance(count); | DOMRequest advance(unsigned short count); | ||
}; | }; | ||
edits