# GetDeviceInfo

![](https://476758574-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVctm8W2AAd8SbIYUaj27%2Fuploads%2FumnNOJxHFyIBMh02Qy4W%2Fimage.png?alt=media\&token=7a0785c5-b322-4654-ab13-749596869352)

{% tabs %}
{% tab title="Entry Vars" %}
**propName:** You must enter the property you want to obtain information about.

* Read device id: uniqueId
* Read battery level: batteryLevel
* Read phone brand: brand
* Read the version of the app: buildNumber
* Read mobile provider: carrier
* Read phone model: deviceId

**Step by Step :**

<figure><img src="https://476758574-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVctm8W2AAd8SbIYUaj27%2Fuploads%2FMXpBLzAEuVDBkx9htdzK%2FGetDeviceInfo.gif?alt=media&#x26;token=174f020c-fb43-4201-8c6a-b70af07c8a1d" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Callbacks & Outvar" %}
**onComputed :** It is executed when it returns the value of the entered property.

OutVars&#x20;

`Returns the information requested by the property assigned in the entry var`

**On error :** It is executed when the entered property is incorrect.

OutVars&#x20;

`THE "propName" VALUE ENTERED IN INCORRECT.`
{% endtab %}

{% tab title="Features" %}
Solo puedes obtener información que se especifica en las propiedades mostradas en los entry vars
{% endtab %}

{% tab title="examples" %}
**Nivel de bateria:**

<figure><img src="https://476758574-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVctm8W2AAd8SbIYUaj27%2Fuploads%2FdnuKfcuuZYGBPbAe4e1h%2FWhatsApp%20Image%202022-09-02%20at%2017.05.45.jpeg?alt=media&#x26;token=1df7b6a7-8920-4985-b1d0-311dfffaf3a1" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}
