Namespaces
Variants
Actions

Archived:Logs UI Command Line Symbian API

Jump to: navigation, search
Archived.png
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
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.png
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());

Example project

File:ConsoleLogsView.zip

This page was last modified on 4 October 2012, at 17:17.
536 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved