Call “CallManager Class” on the ServiceApp
By jongha
19 Jun 2013 04:09
English
1 Replies
hello,
is it possible to use Tizen::Telephony::CallManager class on serviceapp
when i tried this, the error occured during build.
the Error is "use of undeclared identifier 'CallManager' "
when i tried this class on the app has Ui, it working fine,
but, whenever i tried it on ServiceApp. the Error occured.
------------------- I just added 3 line to "MultiProcServiceApp Demo"
using namespace Tizen::Telephony;
...
CallManager* pCallManager = new CallManager();
pCallManager->Construct();
-----------------------
Edited on 18 03, 2014
You must log in to use this service. Log in now?
The tag you entered already exists.
Do you want to report this post as spam?
The post has been reported as spam.
cannot be empty.
Are you sure you want to cancel and return to the list?
The code has been copied to the clipboard.
Enter a title.