Samsung Product API References
The Samsung Product API extends the capabilities of your application beyond those provided by the Tizen Web Device API.
Note
To use Samsung Product API,
<script type="text/javascript" src="$WEBAPIS/webapis/webapis.js"></script>
should be loaded in index.html.
The following APIs provide access to features specific to Samsung devices like large format display (LFD) and interactive whiteboard (IWB).
API | Description | Since | Product |
---|---|---|---|
WebApi | You can access the basic definitions used in the Samsung Product API for Samsung devices. | 2.3 | TV, AV_BD, B2B(LFD, IWB) |
AppCommon | You can switch the screensaver on and off. | 2.3 | TV, B2B(LFD, IWB) |
AvInfo | You can retrieve information about the screen and audio modes of the TV. You can also set the widescreen mode. | 2.3 | TV, AV_BD, B2B(LFD, IWB) |
AVPlay | You can implement audio and video playback. | 2.3 | TV, AV_BD, B2B(LFD, IWB) |
AVPlayStore | You can implement audio and video playback. | 2.3 | TV, AV_BD, B2B(LFD, IWB) |
Document | You can play office format documents. | 6.5 | B2B(LFD) |
Microphone | You can manage a microphone connected to the TV. | 2.3 | TV, B2B(LFD, IWB) |
Network | You can access information about the network connection and connection-related events. | 2.3 | TV, AV_BD, B2B(LFD, IWB) |
ProductInfo | You can retrieve information about the TV, such as the device unique ID (DUID), and the model code. You can also retrieve and set system configuration parameters. | 2.3 | TV, AV_BD, B2B(LFD, IWB) |
Syncplay | You can play the same content on the devices assigned to the same group. | 6.5 | B2B(LFD) |
SystemControl | You can control devices. | 6.5 | B2B(LFD, IWB) |
SystemInfo | You can get the system state and settings information. | 6.0 | TV, B2B(LFD, IWB) |
Timer | You can turn on or turn off a device at the time you set. | 6.5 | B2B(LFD, IWB) |
TvInfo | You can manage the TV settings. | 2.3 | TV, AV_BD, B2B(LFD, IWB) |
WidgetData | You can store data in the application secure storage. | 2.3 | TV, AV_BD, B2B(LFD, IWB) |
Note
- The
AppCommonKeyName
type definition of AppCommon API is supported since 2.4, and the"Ambient"
key is defined since Tizen 4.0.- The
read()
,write()
andremove()
methods of theWidgetDataManager
interface of the WidgetData API are supported since Tizen 4.0.