Symbian-Developers

The Official Developers Section => Symbian Software Development Discussions => The Developers Section => Symbian Web Runtime => Topic started by: Allstar12345 on September 25, 2012, 05:04:56 pm

Title: Symbian Platform services 2.0
Post by: Allstar12345 on September 25, 2012, 05:04:56 pm
The platform services are basically the system API's:

nokia.device object (http://www.developer.nokia.com/Resources/Library/Web/#!web-apps/symbian-web-runtime/platform-services-20-javascript-api-reference/platform-services-20-javascript-api-reference/nokiadevice-object.html)

Calendar API (http://www.developer.nokia.com/Resources/Library/Web/#!web-apps/symbian-web-runtime/platform-services-20-javascript-api-reference/platform-services-20-javascript-api-reference/platform-services-20-calendar-api.html)

Camera API (http://www.developer.nokia.com/Resources/Library/Web/#!web-apps/symbian-web-runtime/platform-services-20-javascript-api-reference/platform-services-20-javascript-api-reference/platform-services-20-camera-api.html)

Communication Logs API (http://www.developer.nokia.com/Resources/Library/Web/#!web-apps/symbian-web-runtime/platform-services-20-javascript-api-reference/platform-services-20-javascript-api-reference/platform-services-20-communication-logs-api.html)

Contacts API (http://www.developer.nokia.com/Resources/Library/Web/#!web-apps/symbian-web-runtime/platform-services-20-javascript-api-reference/platform-services-20-javascript-api-reference/platform-services-20-contacts-api.html)

Landmarks API (http://www.developer.nokia.com/Resources/Library/Web/#!web-apps/symbian-web-runtime/platform-services-20-javascript-api-reference/platform-services-20-javascript-api-reference/platform-services-20-landmarks-api.html)

Location API (http://www.developer.nokia.com/Resources/Library/Web/#!web-apps/symbian-web-runtime/platform-services-20-javascript-api-reference/platform-services-20-javascript-api-reference/platform-services-20-location-api.html)

Media management (http://www.developer.nokia.com/Resources/Library/Web/#!web-apps/symbian-web-runtime/platform-services-20-javascript-api-reference/platform-services-20-javascript-api-reference/platform-services-20-media-management-api.html)

Messaging API (http://www.developer.nokia.com/Resources/Library/Web/#!web-apps/symbian-web-runtime/platform-services-20-javascript-api-reference/platform-services-20-javascript-api-reference/platform-services-20-messaging-api.html)

System Info Api (http://www.developer.nokia.com/Resources/Library/Web/#!web-apps/symbian-web-runtime/platform-services-20-javascript-api-reference/platform-services-20-javascript-api-reference/platform-services-20-system-information-api.html)

Sensors API (http://www.developer.nokia.com/Resources/Library/Web/#!web-apps/symbian-web-runtime/platform-services-20-javascript-api-reference/platform-services-20-javascript-api-reference/platform-services-20-sensors-api.html)


Calendar- Access, create, and manage calendars and calendar entries.

Camera- Launch the device's native camera application and retrieve information about pictures taken with the application.

Contacts- Access and manage information about contacts.

Landmarks- Access and manage information about landmarks and landmark categories.

Location- Retrieve information about the geographic location of the device and perform location-based calculations.

Logging-Access and manage logging events such as call logs, messaging logs, and data logs.

Media Management- Retrieve information about the media files stored in the device's public folders.

Messaging-Send, retrieve, and manage messages using the Message Store.

Sensors-Access data provided by the physical sensors of the device.

System Information (Symbian WRT 1.1 and later)- Access and modify system information.

Title: Re: Symbian Platform services 2.0
Post by: Allstar12345 on September 25, 2012, 06:30:35 pm
Post updated.