hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface representing a program guide that extends ISGIProgramGuide.

    interface ISGROProgramGuide {
        GetChannels(id: number): any;
        GetNowNextPrograms(channel: string): any;
        GetPrograms(
            startTime: ISGRODateTime,
            channel: string,
            endTime: ISGRODateTime,
        ): any;
        GetVersion(): number;
    }

    Hierarchy (View Summary)

    Index

    Methods