Device Properties

1min

Cooee SDK will collect the following properties on every app launch, goes background or comes in the foreground.

Name

Values

Description

Device

model vender

The device property will hold the device model name and manufacturer. (Collected only on the first Launch of the app)

Display

dpi height width

The display property will hold display height, width & density per pixel. (Collected only on the first Launch of the app)

Install Time

Date

Date time when an app was installed on the device. (Collected only on the first Launch of the app)

First Launch Time

Date

Date time when an app is first launched/opened. (Collected only on the first Launch of the app)

Storage

total available

The storage property will hold the total & available capacity of the internal storage.

Memory

total available

The memory property will hold the total & available capacity of the device RAM.

OS

name version

The OS property will hold the OS type(Android, iOS, etc.) as the name and version of the OS running on the user's device.

Battery

level charging

The battery property will hold currently how much charging is available as level (in percentage) and whether is it currently charging or not as charging.

local

String

The current language of the device.

Bluetooth

Boolean

The current status of the Bluetooth (is On or Off).

WIFI

Boolean

Is the device connected to any WIFI network or not?

Orientation

Number

The current orientation of the device (Portrait/Landscape).



Updated 25 Mar 2024
Did this page help you?