© 2013 Samsung Electronics Co., Ltd. All rights reserved.
This API provides access to the TV associated features as follows :
Interface | Method |
---|---|
WebAPIsTVObject | |
TV |
Defines that the tv interface is part of the webapis object.
[NoInterfaceObject] interface WebAPIsTVObject { readonly attribute TV tv; };
WebAPIs implements WebAPIsTVObject;
A webapis.tv object that provides access to the functionality of the tv module.
The interface that provides access to the tv API
[NoInterfaceObject] interface TV { };
module TV { [NoInterfaceObject] interface WebAPIsTVObject { readonly attribute TV tv; }; WebAPIs implements WebAPIsTVObject; [NoInterfaceObject] interface TV { }; };