File

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

Index

Methods

Methods

onContentNotFound
onContentNotFound(identifier: string, hierarchyInfo: Array<HierarchyInfo>)
Parameters :
Name Type Optional
identifier string No
hierarchyInfo Array<HierarchyInfo> No
Returns : any
onUserSwitch
onUserSwitch(user: User)
Parameters :
Name Type Optional
user User No
Returns : any
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 ""