@makehq/sdk
    Preparing search index...

    Type Alias DeviceInfo

    Represents device hardware and software information.

    type DeviceInfo = {
        appversion: string;
        brand: string;
        model: string;
        os: "iOS" | "Android";
        osversion: string;
    }
    Index

    Properties

    appversion: string

    Make app version installed on the device

    brand: string

    Device manufacturer (e.g. Apple, Samsung)

    model: string

    Device model (e.g. iPhone)

    os: "iOS" | "Android"

    Operating system

    osversion: string

    Operating system version