Lens Scripting API

    Enumeration OS

    Types of operating system that may be running on the device.

    var osType = global.deviceInfoSystem.getOS();
    var isMobile = (osType == OS.iOS || osType == OS.Android);
    Index

    Enumeration Members

    Enumeration Members

    Android: number

    Android device

    Hawaii: number
    iOS: number

    iOS device

    Linux: number
    MacOS: number

    MacOS device

    Windows: number

    Windows device

    MMNEPVFCICPMFPCPTTAAATR