fixed guide for notification about calendar/contacts service are not supported on...
authorIckhee Woo <ickhee.woo@samsung.com>
Wed, 16 Dec 2015 00:35:08 +0000 (09:35 +0900)
committerIckhee Woo <ickhee.woo@samsung.com>
Wed, 16 Dec 2015 00:37:01 +0000 (09:37 +0900)
Change-Id: Ib57d92b0a2320abd701eb12c3a8fd022bce2215e
Signed-off-by: Ickhee Woo <ickhee.woo@samsung.com>
org.tizen.guides/html/native/account/sync_manager_n.htm

index 0355893..13b4a05 100644 (file)
@@ -62,8 +62,7 @@
     <tr>
      <td>Data changes on the device</td>
      <td>A subscribed callback function is invoked whenever a database change occurs for a registered capability. The data change listener notices the changes by using the <a href="../../../../org.tizen.native.mobile.apireference/group__CAPI__SOCIAL__CALENDAR__SVC__MODULE.html">Calendar</a>, <a href="../../../../org.tizen.native.mobile.apireference/group__CAPI__SOCIAL__CONTACTS__SVC__MODULE.html">Contacts</a>, and <a href="../../../../org.tizen.native.mobile.apireference/group__CAPI__MEDIA__CONTENT__MODULE.html">Media Content</a> APIs. If there are any changes in the corresponding data, the sync manager notices the changes and schedules a sync job.
-        <p>Changing data in the Calendar database includes adding, updating, and deleting books, events, and todos. Changing data in the Contacts database includes adding, removing, and modifying contacts.</p>
-        <p>The media content provides notifications for changes in media types, such as image, music, sound, and video.</p></td>
+        <p>Changing data in the Calendar database includes adding, updating, and deleting books, events, and todos. Changing data in the Contacts database includes adding, removing, and modifying contacts. Data change for the Calendar / Contacts capabilities are supported only on Tizen Mobile. The media content provides notifications for changes in media types, such as image, music, sound, and video.</p></td>
     </tr>
     <tr>
      <td>Network availability</td>
@@ -75,7 +74,7 @@
     </tr>
     <tr>
      <td>Periodic sync</td>
-     <td>The periodic sync means that you can schedule a sync job to be performed regularly. You can use this feature with the <span style="font-family: Courier New,Courier,monospace">sync_manager_add_periodic_sync_job()</span> function. You can also use the sync intervals through various enumerators provided through the Sync Manager API. 
+     <td>The periodic sync means that you can schedule a sync job to be performed regularly. You can use this feature with the <span style="font-family: Courier New,Courier,monospace">sync_manager_add_periodic_sync_job()</span> function. You can also use the sync intervals through various enumerators provided through the Sync Manager API.
         <p>When using the Sync Manager API, you can set an alarm indirectly. Consequently, the <span style="font-family: Courier New,Courier,monospace">http://tizen.org/privilege/alarm.set</span> privilege is required.</p></td>
     </tr>
    </tbody>
@@ -85,7 +84,7 @@
 <table border="1">
        <caption>Table: Sync manager variables</caption>
        <tbody>
-    <tr>
+          <tr>
                <th>Variable</th>
                <th>Data type</th>
                <th>Mandatory</th>
                <td><span style="font-family: Courier New,Courier,monospace">const char*</span></td>
                <td>Yes</td>
                <td>Capability for a data change sync job.
-                          <p>A data change sync job can provide a notification whenever a corresponding data change occurs. If the <span style="font-family: Courier New,Courier,monospace">sync_manager_add_data_change_sync_job()</span> function is used with a capability, it is operated for the related capability only. In the case of using the calendar or contact capability, the respective <span style="font-family: Courier New,Courier,monospace">http://tizen.org/privilege/calendar.read</span> or <span style="font-family: Courier New,Courier,monospace">http://tizen.org/privilege/contact.read</span> privilege is required.</p>
+                          <p>A data change sync job can provide a notification whenever a corresponding data change occurs. If the <span style="font-family: Courier New,Courier,monospace">sync_manager_add_data_change_sync_job()</span> function is used with a capability, it is operated for the related capability only. In the case of using the calendar or contact capability, the respective <span style="font-family: Courier New,Courier,monospace">http://tizen.org/privilege/calendar.read</span> or <span style="font-family: Courier New,Courier,monospace">http://tizen.org/privilege/contact.read</span> privilege is required. Data change for the Calendar / Contacts capabilities are supported only on Tizen Mobile.</p>
                           <p>The following capabilities are available:</p>
                           <pre class="prettyprint">
-#define SYNC_SUPPORTS_CAPABILITY_CALENDAR &quot;http://tizen.org/sync/capability/calendar&quot; 
+#define SYNC_SUPPORTS_CAPABILITY_CALENDAR &quot;http://tizen.org/sync/capability/calendar&quot;
 #define SYNC_SUPPORTS_CAPABILITY_CONTACT &quot;http://tizen.org/sync/capability/contact&quot;
 #define SYNC_SUPPORTS_CAPABILITY_IMAGE &quot;http://tizen.org/sync/capability/image&quot;
 #define SYNC_SUPPORTS_CAPABILITY_MUSIC &quot;http://tizen.org/sync/capability/music&quot;
        </tr>
        </tbody>
 </table>
-  
+
+
 <h2>Sync Adapter</h2>
 
  <table class="note">
  </li>
 
 </ul>
-  
-  
+
+
 <script type="text/javascript" src="../../scripts/jquery.zclip.min.js"></script>
 <script type="text/javascript" src="../../scripts/showhide.js"></script>
 </div></div></div>