Interface DeviceInfo

interface DeviceInfo {
    apiLevel: number;
    brand: string;
    model: string;
}

Properties

Properties

apiLevel: number

The SDK version of the software currently running on this hardware device. This value never changes while a device is booted, but it may increase when the hardware manufacturer provides an OTA update.

brand: string

The consumer-visible brand with which the product/hardware will be associated, if any.

model: string

The end-user-visible name for the end product.