From: Szymon Jastrzebski Date: Thu, 24 Aug 2017 06:46:47 +0000 (+0200) Subject: [NFC] Adding warning tag to SetPreferredApp method. X-Git-Tag: GitHub/PR#40/tizen-studio~55^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f816b73bc3ca9188b073c936d62ec36333b982ac;p=sdk%2Fonline-doc.git [NFC] Adding warning tag to SetPreferredApp method. Change-Id: Idc17f790327ad79052b1eb79fc7355334f2a5924 Signed-off-by: Szymon Jastrzebski --- diff --git a/org.tizen.web.apireference/html/device_api/mobile/tizen/nfc.html b/org.tizen.web.apireference/html/device_api/mobile/tizen/nfc.html index f6abf77..4877bca 100755 --- a/org.tizen.web.apireference/html/device_api/mobile/tizen/nfc.html +++ b/org.tizen.web.apireference/html/device_api/mobile/tizen/nfc.html @@ -2334,6 +2334,10 @@ When the application comes back from background, receiving events is turned back Privilege: http://tizen.org/privilege/nfc.cardemulation

+

Warning: + The application must follow the Using NFC Host-based Card Emulation to ensure proper behaviour. +If the application does not respect above requirement, WebAPIException with error type AbortError will be thrown. +

Remark : To check if NFC card emulation is supported on this device, use tizen.systeminfo.getCapability("http://tizen.org/feature/network.nfc.card_emulation").

diff --git a/org.tizen.web.apireference/html/device_api/wearable/tizen/nfc.html b/org.tizen.web.apireference/html/device_api/wearable/tizen/nfc.html index daf9162..3393d11 100755 --- a/org.tizen.web.apireference/html/device_api/wearable/tizen/nfc.html +++ b/org.tizen.web.apireference/html/device_api/wearable/tizen/nfc.html @@ -2334,6 +2334,10 @@ When the application comes back from background, receiving events is turned back Privilege: http://tizen.org/privilege/nfc.cardemulation

+

Warning: + The application must follow the Using NFC Host-based Card Emulation to ensure proper behaviour. +If the application does not respect above requirement, WebAPIException with error type AbortError will be thrown. +

Remark : To check if NFC card emulation is supported on this device, use tizen.systeminfo.getCapability("http://tizen.org/feature/network.nfc.card_emulation").