Files
shaka-player/externs/webos.js
T
Álvaro Velad Galván ff1ef7c262 feat: Add HDR detection in Tizen and WebOS (#8680)
Close #8441

---------

Co-authored-by: Wojciech Tyczyński <tykus160@gmail.com>
2025-06-04 12:34:59 +02:00

32 lines
448 B
JavaScript

/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @fileoverview Externs for WebOS
*
* @externs
*/
/** @const */
var PalmSystem = {};
/** @type {string} */
PalmSystem.deviceInfo;
/** @constructor */
function PalmServiceBridge() {}
/** @type {?Function} */
PalmServiceBridge.prototype.onservicecallback;
/** @type {Function} */
PalmServiceBridge.prototype.call = function() {};