From: Ickhee Woo Date: Sun, 9 Aug 2015 05:00:24 +0000 (+0900) Subject: added some contents for ACR-364. X-Git-Tag: tizen_3.0/TD_SYNC/20161201~628^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9a455934f87f23273ca1f0295a74ef7f7d10f703;p=sdk%2Fonline-doc.git added some contents for ACR-364. Change-Id: I2ab0c26e6ff6c88857914484ffd2566db3278b3a Signed-off-by: Ickhee Woo --- diff --git a/org.tizen.guides/html/native/account/sync_manager_n.htm b/org.tizen.guides/html/native/account/sync_manager_n.htm index 48d9861..45dce82 100644 --- a/org.tizen.guides/html/native/account/sync_manager_n.htm +++ b/org.tizen.guides/html/native/account/sync_manager_n.htm @@ -41,12 +41,12 @@ Note - The Sync Manager API domain is supported in mobile applications only. + The Sync Manager API domain is supported in mobile applications only. Service and UI applications should have package name as same. -

On the device, you can receive notifications when the data changes in the calendar or contacts. To receive the notifications, you must define the applicable capabilities (http://tizen.org/account/capability/calendar for the calendar changes and http://tizen.org/account/capability/contact for the contact changes). If you use the Bundle API, you can deliver the change data to the callback function in the form of user_data by using a key-value pair.

+

On the device, you can receive notifications when the data changes in the calendar or contacts. To receive the notifications, you must define the applicable capabilities (http://tizen.org/account/capability/calendar for the calendar changes and http://tizen.org/account/capability/contact for the contact changes). If you use the Bundle API, you can deliver the change data to the callback function in the form of user_data by using a key-value pair.
The periodic sync API can set alarm for calculation of periodic sync job. So, in the case of using sync_manager_add_periodic_sync_job(), http://tizen.org/privilege/alarm.set should be registered first in each setting file of UI application.

The main Sync Manager API features are:

- +

Sync Adapter

-

The Sync Adapter API allows you to:

+

The Sync Adapter API allows you to:

+ + + + + + + + + + +
Note
The Sync Adapter API should be carried out by a service application which will operate data synchronization before using the Sync Manager API.
+ +

The Sync Adapter API allows you to: