THEOplayer Web SDK Connectors
    Preparing search index...

    Interface SessionProperties

    interface SessionProperties {
        excludeFromSuppression(categories: number): void;
        getAllowCorsForAnalytics(): boolean;
        getApplyEncryptedTracking(): boolean;
        getCustomHttpHeaders(): Map<string, string>;
        getExcludedCategories(): number;
        getFireHistoricalBeacons(): boolean;
        getPrefetchResources(): boolean;
        getRequestTimeout(): number;
        getUserAgent(): string;
        setAllowCorsForAnalytics(allowCorsForAnalytics: boolean): void;
        setApplyEncryptedTracking(useHttps: boolean): void;
        setCustomHttpHeaders(customHttpHeaders: Map<string, string>): void;
        setFireHistoricalBeacons(fire: boolean): void;
        setPrefetchResources(prefetch: boolean): void;
        setRequestTimeout(requestTimeout: number): void;
        setUserAgent(userAgent: string): void;
    }
    Index

    Methods

    • Parameters

      • allowCorsForAnalytics: boolean

      Returns void