The Samsung Product API extends the capabilities of your application beyond those provided by the Tizen TV Web Device API.
To use Samsung Product API, <script type="text/javascript" src="$WEBAPIS/webapis/webapis.js"></script> should be loaded in "index.html".
To use Samsung Product API,
<script type="text/javascript" src="$WEBAPIS/webapis/webapis.js"></script>
should be loaded in "index.html".
The Samsung Product API supports various Samsung product types as following:
The following APIs provide access to features specific to Samsung products.
AppCommonKeyName
"Ambient"
applyInvoice()
verifyInvoice()
cancelSubscription()
getProductsList()
getUserPurchaseList()
getVersion()
isServiceAvailable()
BillingManager
read()
write()
remove()
WidgetDataManager
If you want to use AVPlayExtension API among Samsung Product APIs, the following should be included at the "index.html" additionally.
<script type="text/javascript" src="$WEBAPIS/avplayextension/avplayextension.js"></script>