[NFC] Adding warning tag to SetPreferredApp method. 21/145421/3
authorSzymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
Thu, 24 Aug 2017 06:46:47 +0000 (08:46 +0200)
committerSzymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
Thu, 24 Aug 2017 06:46:47 +0000 (08:46 +0200)
Change-Id: Idc17f790327ad79052b1eb79fc7355334f2a5924
Signed-off-by: Szymon Jastrzebski <s.jastrzebsk@partner.samsung.com>
org.tizen.web.apireference/html/device_api/mobile/tizen/nfc.html
org.tizen.web.apireference/html/device_api/wearable/tizen/nfc.html

index f6abf77..4877bca 100755 (executable)
@@ -2334,6 +2334,10 @@ When the application comes back from background, receiving events is turned back
             Privilege: </span>
  http://tizen.org/privilege/nfc.cardemulation
             </p>
+<p class="warning"><b>Warning:</b>
+ The application must follow the <a href="https://developer.tizen.org/development/guides/web-application/connectivity-and-wireless/nfc#Using_NFC_Host_Based_Card_Emulation">Using NFC Host-based Card Emulation</a> to ensure proper behaviour.
+If the application does not respect above requirement, <em>WebAPIException</em> with error type AbortError will be thrown.
+            </p>
 <p><span class="remark"> Remark : </span>
  To check if NFC card emulation is supported on this device, use <var>tizen.systeminfo.getCapability("http://tizen.org/feature/network.nfc.card_emulation")</var>.
             </p>
index daf9162..3393d11 100755 (executable)
@@ -2334,6 +2334,10 @@ When the application comes back from background, receiving events is turned back
             Privilege: </span>
  http://tizen.org/privilege/nfc.cardemulation
             </p>
+<p class="warning"><b>Warning:</b>
+ The application must follow the <a href="https://developer.tizen.org/development/guides/web-application/connectivity-and-wireless/nfc#Using_NFC_Host_Based_Card_Emulation">Using NFC Host-based Card Emulation</a> to ensure proper behaviour.
+If the application does not respect above requirement, <em>WebAPIException</em> with error type AbortError will be thrown.
+            </p>
 <p><span class="remark"> Remark : </span>
  To check if NFC card emulation is supported on this device, use <var>tizen.systeminfo.getCapability("http://tizen.org/feature/network.nfc.card_emulation")</var>.
             </p>