@viviedu/applet-sdk
    Preparing search index...

    Type Alias PlatformInfo

    PlatformInfo: UndefinedToOptional<
        {
            hasMultipleMonitors: boolean
            | "unknown_not_native";
            hasTouch: boolean;
            iosModel: string;
            iosType: string;
            isChrome: boolean;
            isPortable: boolean;
            isPwa: boolean;
            isSafari: boolean;
            locale: string;
            orientation: string;
            osVersion: number[];
            osVersionFriendly: string;
            platform: string;
            pwaVisitorIsMobile: boolean;
            screenHeight: number;
            screenWidth: number;
            subPlatform: string | null;
            userAgent: string;
            wrapper: string;
        },
    >