언어 설정

Menu
Sites
Language
Registry API in Native SDK 2.3.0

Hello,

I used Registry API to store key/value settings of my application with Tizen SDK 2.2.1 (OSP). But this API was removed from Tizen SDK 2.3. Is there any API which I can use instead? Thanks!

답변 바로가기

Responses

2 댓글
Mark as answer
Alex Ashirov

Hi,

You can use Preference API for the same purpose:

https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.native.apireference/group__CAPI__PREFERENCE__MODULE.html

Eric Satkimbaev

Thanks! This API does the same things. It even provides a way to register a callback to get notified when a value for a particular key changes.