Archived:Logs UI Command Line Symbian API
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.
Article Metadata
Code Example
Source file: Media:ConsoleLogsView.zip
Compatibility
Platform(s): S60 3rd Edition, FP2
Article
Keywords: Logs UI Command Line API
Created: User:Technical writer 1
(13 Jun 2008)
Last edited: lpvalente
(04 Oct 2012)
Note: :This API is not part of the public SDK. It can be found in the SDK API Plug-in.
Contents |
Purpose
The LogsUICommandLine API is used to launch the Logs Application Main View, Dialled Calls View, Missed Calls View, and the Received Calls View.
Header files
logsuicmdstarter.h
Libraries
None.
Capabilities
None.
Code examples
Launching the Logs Main View:
LogsUiCmdStarter::CmdStart(LogsUiCmdStarterConsts::KCountersView());
Launching the Missed Calls View:
LogsUiCmdStarter::CmdStart(LogsUiCmdStarterConsts::KMissedView());
Launching the Dialled Calls View:
LogsUiCmdStarter::CmdStart(LogsUiCmdStarterConsts::KDialledView());
Launching the Received Calls View:
LogsUiCmdStarter::CmdStart(LogsUiCmdStarterConsts::KReceivedView());

