File

src/app/player/player-action-handler-delegate.ts

Index

Properties

Properties

contentType
contentType: string
Type : string
identifier
identifier: string
Type : string
primaryCategory
primaryCategory: string
Type : string
export interface HierarchyInfo {
    contentType: string;
    identifier: string;
    primaryCategory: string;
}
export interface User {
    uid: string;
}
export interface PlayerActionHandlerDelegate {
    onContentNotFound(identifier: string, hierarchyInfo: Array<HierarchyInfo>);
    onUserSwitch(user: User);
}

results matching ""

    No results matching ""