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

    Interface representing device information.

    interface ISGIDeviceInfo {
        CanDecodeAudio(audio_format: any): any;
        CanDecodeVideo(video_format: any): any;
        EnableAppFocusEvent(enable: boolean): any;
        EnableAudioGuideChangedEvent(enable: boolean): any;
        EnableCodecCapChangedEvent(enable: boolean): any;
        EnableInternetStatusEvent(enable: boolean): boolean;
        EnableLinkStatusEvent(enable: boolean): boolean;
        EnableLowGeneralMemoryEvent(enabled: boolean): any;
        EnableScreensaverExitedEvent(enable: boolean): any;
        ForceInternetStatusCheck(): boolean;
        GetAdvertisingId(): string;
        GetAudioDecodeInfo(): any;
        GetAudioOutputChannel(): string;
        GetCaptionsMode(): string;
        GetCaptionsOption(option: null | string): undefined | string;
        GetChannelClientId(): string;
        GetClientTrackingId(): string;
        GetClockFormat(): string;
        GetConnectionInfo(): any;
        GetConnectionType(): string;
        GetCountryCode(): string;
        GetCurrentLocale(): string;
        GetDeviceUniqueId(): string;
        GetDisplayAspectRatio(): string;
        GetDisplayMode(): string;
        GetDisplayProperties(): any;
        GetDisplaySize(): any;
        GetDisplayType(): string;
        GetDrmInfo(): any;
        GetDrmInfoEx(): any;
        GetExternalIp(): string;
        GetFriendlyName(): string;
        GetGeneralMemoryLevel(): string;
        GetGraphicsPlatform(): string;
        GetInternetStatus(): boolean;
        GetIPAddrs(): any;
        GetLinkStatus(): boolean;
        GetModel(): string;
        GetModelDetails(): any;
        GetModelDisplayName(): string;
        GetModelType(): string;
        GetOSVersion(): any;
        GetPreferredCaptionLanguage(): string;
        GetRandomUUID(): string;
        GetRIDA(): string;
        GetSoundEffectsVolume(): number;
        GetSupportedGraphicsResolutions(): any;
        GetTimeZone(): string;
        GetUIResolution(): ISGIDeviceInfoResolution;
        GetUserCountryCode(): string;
        GetVersion(): string;
        GetVideoDecodeInfo(): any;
        GetVideoMode(): string;
        HasFeature(feature: string): boolean;
        IsAdIdTrackingDisabled(): boolean;
        IsAudioGuideEnabled(): any;
        IsHDMIConnected(): boolean;
        IsRIDADisabled(): boolean;
        IsStoreDemoMode(): boolean;
        SetCaptionsMode(mode: string): boolean;
        TimeSinceLastKeypress(): number;
    }

    Hierarchy (View Summary)

    Index

    Methods