UNPKG

@bitmovin/api-sdk

Version:

Bitmovin JS/TS API SDK

15 lines (14 loc) 340 B
/** * @export * @class PlayerLicenseAnalytics */ export declare class PlayerLicenseAnalytics { /** * Analytics License Key (required) * @type {string} * @memberof PlayerLicenseAnalytics */ analyticsKey?: string; constructor(obj?: Partial<PlayerLicenseAnalytics>); } export default PlayerLicenseAnalytics;