@dicdikshaorg/epub-player-v9
Version:
Contains Epub player library components powered by angular. These components are designed to be used in sunbird consumption platforms *(mobile app, web portal, offline desktop app)* to drive reusability, maintainability hence reducing the redundant develo
10 lines (9 loc) • 428 B
TypeScript
import { epubPlayerConstants } from '../../sunbird-epub.constant';
export declare class UtilService {
fromConst: typeof epubPlayerConstants;
constructor();
uniqueId(length?: number): string;
getTimeSpentText(pdfPlayerStartTime: any): string;
getCurrentIndex(event: any, currentPageIndex: any): any;
fulfillWithTimeLimit(timeLimit: number, task: Promise<any>, failureValue: any): Promise<any>;
}