언어 설정

Menu
Sites
Language
How to access call log in native application

Hi ,

I could not find anything for call log access in native application API help.

Can some guide me for this.

Thanks

Responses

2 댓글
muditha murthy

Take a look at Tizen::Telephony class reference. The callinfo and callmanager class provides suitable API's.

 

Alex Ashirov

Hi,

The CallManager class mentioned above provides methods to obtain information about the current call type and its status. But it doesn’t provide access to call log.

There is Call History API for Web applications, but I have not found something similar for the Native apps.

https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.web.device.apireference%2Ftizen%2Fcallhistory.html

It seems that there is no such API for the native applications. Please correct me if I am wrong.