interface DeviceInfo {
    cordova?: string;
    fingerprint?: string;
    ionic?: string;
    isVirtual?: boolean;
    manufacturer?: string;
    model?: string;
    platform?: string;
    plugin?: string;
    serial?: string;
    uuid?: string;
    version?: string;
}

Properties

cordova?: string

Version of cordova. Requires "support" or "analytics" policy.

fingerprint?: string

Best effort device fingerprint. Only when the "fraud" policy is enabled.

ionic?: string

Ionic version. Requires "support" or "analytics" policy.

isVirtual?: boolean

If the device is running in a simulator

manufacturer?: string

Device manufacturer. Requires "support" or "analytics" policy.

model?: string

Device model. Requires "support" or "analytics" policy.

platform?: string

OS. Requires "support" or "analytics" policy.

plugin?: string

Version of the plugin. Requires "support" or "analytics" policy.

serial?: string

Hardware serial number. Only when the "tracking" policy is enabled.

uuid?: string

Device UUID. Only when the "tracking" policy is enabled.

version?: string

OS version. Requires "support" or "analytics" policy.