Mobile Locker JavaScript SDK
    Preparing search index...

    Interface DeviceInfo

    interface DeviceInfo {
        app: {
            build: string;
            environment: AppEnvironment;
            name: string;
            version: string;
        };
        hardware: {
            hasSensorHousing: boolean;
            isPad: boolean;
            isPhone: boolean;
            isSimulator: boolean;
            model: string;
            name: string;
        };
        locale: { region: string };
        orientation: "portrait" | "landscape";
        os: { name: string; version: string };
    }
    Index

    Properties

    app: {
        build: string;
        environment: AppEnvironment;
        name: string;
        version: string;
    }
    hardware: {
        hasSensorHousing: boolean;
        isPad: boolean;
        isPhone: boolean;
        isSimulator: boolean;
        model: string;
        name: string;
    }
    locale: { region: string }
    orientation: "portrait" | "landscape"
    os: { name: string; version: string }