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

    Interface representing an app manager that extends ISGIAppManager.

    interface ISGROAppManager {
        GetScreensaverTimeout(): number;
        GetUptime(): any;
        IsAppInstalled(channelID: string, version: string): boolean;
        SetAutomaticAudioGuideEnabled(enabled: boolean): any;
        SetNowPlayingContentMetaData(contentMetaData: any): any;
        SetUserSignedIn(signedIn: boolean): any;
        SetVoiceActionStrings(actions: any): any;
        ShowChannelStoreSpringboard(channelID: string): any;
        StartVoiceActionSelectionRequest(): any;
    }

    Hierarchy (View Summary)

    Index

    Methods