From 7a9c9b07358b631b2eda22b568f270c0b7a9dc4b Mon Sep 17 00:00:00 2001 From: Jakub Skowron Date: Thu, 27 Oct 2016 17:55:16 +0200 Subject: [PATCH] [TVChannel] add providerMBR to TuneOption in API reference Change-Id: I157477d87568e7b6c9477c0a471b1e94c35dfa14 Signed-off-by: Jakub Skowron --- .../html/device_api/tv/tizen/tvchannel.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/org.tizen.web.apireference/html/device_api/tv/tizen/tvchannel.html b/org.tizen.web.apireference/html/device_api/tv/tizen/tvchannel.html index a2afd66..8feb52d 100644 --- a/org.tizen.web.apireference/html/device_api/tv/tizen/tvchannel.html +++ b/org.tizen.web.apireference/html/device_api/tv/tizen/tvchannel.html @@ -1680,6 +1680,8 @@ If there is no TV program data grabbed from broadcaster, onprograminreceive long? ptc; long? originalNetworkID; + + DOMString? providerMBR; };

Since: @@ -1767,6 +1769,16 @@ It is a number that uniquely identifies a source of scheduled programming. 2.3

+
DOMString? providerMBR
+
+
+ Multi-brand remote control provider name +
+

+ Since: + 3.0 +

+
@@ -2435,6 +2447,8 @@ To guarantee the running of this application on a device with a tuner, define th long? ptc; long? originalNetworkID; + + DOMString? providerMBR; }; [NoInterfaceObject] interface ChannelInfo { -- 2.7.4