@kaltura-ng/kaltura-client
Version:
Kaltura Typescript client
36 lines (35 loc) • 1.54 kB
TypeScript
import { KalturaObjectBase } from '../kaltura-object-base';
export declare class KalturaReportType extends KalturaObjectBase {
private _value;
constructor(value?: string | number);
equals(obj: this): boolean;
toString(): string;
static applications: KalturaReportType;
static browsers: KalturaReportType;
static contentContributions: KalturaReportType;
static contentDropoff: KalturaReportType;
static contentInteractions: KalturaReportType;
static live: KalturaReportType;
static mapOverlay: KalturaReportType;
static operatingSystem: KalturaReportType;
static partnerUsage: KalturaReportType;
static platforms: KalturaReportType;
static quiz: KalturaReportType;
static quizAggregateByQuestion: KalturaReportType;
static quizUserAggregateByQuestion: KalturaReportType;
static quizUserPercentage: KalturaReportType;
static specificUserEngagement: KalturaReportType;
static specificUserUsage: KalturaReportType;
static topContent: KalturaReportType;
static topContributors: KalturaReportType;
static topCreators: KalturaReportType;
static topPlaybackContext: KalturaReportType;
static topSyndication: KalturaReportType;
static userContentDropoff: KalturaReportType;
static userContentInteractions: KalturaReportType;
static userEngagement: KalturaReportType;
static userTopContent: KalturaReportType;
static userUsage: KalturaReportType;
static varUsage: KalturaReportType;
static vpaasUsage: KalturaReportType;
}