@project-sunbird/sunbird-epub-player-v9
Version:
The Epub player library is powered by Angular. This player is primarily designed to be used on Sunbird consumption platforms _(mobile app, web portal, offline desktop app)_ to drive reusability and maintainability, hence reducing the redundant development
18 lines (17 loc) • 506 B
TypeScript
export declare enum epubPlayerConstants {
LOADING = "LOADING",
START = "START",
END = "END",
EPUBLOADED = "epubLoaded",
PAGECHANGE = "pageChange",
NEXT = "NEXT",
PREVIOUS = "PREVIOUS",
ERROR = "error",
UNABLE_TO_FETCH_URL_ONLINE = "Internet is avialable but unable to fetch the url",
NAVIGATE_TO_PAGE = "NAVIGATE_TO_PAGE",
INVALID_PAGE_ERROR = "INVALID_PAGE_ERROR"
}
export declare enum telemetryType {
INTERACT = "INTERACT",
IMPRESSION = "IMPRESSION"
}