UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

10 lines (9 loc) 190 B
/** * @export * @enum {string} */ export declare enum PlayerThirdPartyLicensingErrorAction { ALLOW = "ALLOW", DENY = "DENY" } export default PlayerThirdPartyLicensingErrorAction;