Languages

Menu
Sites
Language
Tizen api not found
Hi I recently installed tizen for visual studio with all of the necessary tools like baseline sdk, emulator. When I start a project and I want to use for example the Tizen.​Call​Manager, vs 2017 wont detect the api and gives me an error that the namespace "using tizen.​call​Manager" is not found. I don't know how to fix this. Regards

Responses

2 Replies
Armaan-Ul- Islam

Hello codinq,

As far as I'm concerened, There's no Namespace called 'Tizen.CallManager' in Tizen FX API References. May be You are talking about 'Tizen.Telephony' namespace or May be It's just an example name, right? Anyways, You have to Use the Tizen FX API ( for Tizen.NET ) only, not Tizen Native API or Tizen Web API.

 

You have to write your Tizen platform specific API/code on Tizen Platform project, Not in Common Codebase. The 'Common/Shared Codebase' called 'Portable Class library' won't recognize Any (Tizen/Android/iOS) Platform Specific API.

 

 

Along with Tizen .NET Guides and Tizen FX API References you can check out the Sample Applications. Sample Tizen .NET Applications would give you clear Idea on how to use Tizen Platform Specfic APIs.

houssain elbou

Hello Armaan-UI-Islam,

The namespace Tizen.CallManager was just an example. I followed youre explanation and it works! Like you said I have to write my code in the Tizen Platform project.

Thanks for the help I really appreciate that!