@magiclane/maps-sdk
    Preparing search index...

    Enumeration HardwareSpecification

    Enum for easily accessible hardware information on Android and iOS

    Index

    Enumeration Members

    batteryLevel: 13

    Battery level in percentage, e.g., 87

    batteryState: 15

    Current battery state, e.g., "Charging", "Full", "Unplugged"

    buildFingerprint: 21

    Unique fingerprint for the build e.g., "Magic Earth 7.1.25.17.F7E936D9.2F9D5083"

    cameraCapabilities: 18

    Camera capabilities summary, e.g., "12MP main, 4K@60fps, OIS"

    cameraCount: 17

    Number of cameras available on the device

    cpuInfo: 8

    CPU information, e.g., "Snapdragon 8 Gen 1, 8 cores"

    deviceModel: 0

    Device model, e.g., "Pixel 6", "iPhone 14 Pro"

    freeRAM: 4

    Available RAM at the time of logging (in MB)

    gpuInfo: 9

    GPU information, e.g., "Adreno 730", "Apple GPU (5-core)"

    isCharging: 14

    Whether the device is charging, true/false

    locale: 22

    Current device locale, e.g., "en-US", "ro-RO"

    manufacturer: 1

    Manufacturer, e.g., "Google", "Apple", "Samsung"

    osVersion: 2

    Operating system version, e.g., "Android 14", "iOS 17.2"

    refreshRate: 12

    Screen refresh rate (Hz), e.g., 60, 120

    screenDensity: 11

    Screen density (dpi), e.g., 440

    screenResolution: 10

    Screen resolution, e.g., "2400x1080"

    sensorAvailability: 19

    Availability of key sensors: "accelerometer, gyroscope, magnetometer, etc"

    storageFree: 6

    Free storage space available on the device (in GB), e.g., 43.2

    storageTotal: 5

    Total storage space (in GB), e.g., 128

    storageType: 7

    Storage type, e.g., "UFS 3.1", "eMMC"

    supportedABIs: 20

    List of supported ABIs (e.g., "arm64-v8a", "armeabi-v7a")

    thermalStatus: 16

    Thermal status of the device, e.g., "Normal", "Warning", "Critical"

    totalRAM: 3

    Total physical memory (in MB), e.g., 8192