GetDeviceInfo
The GetDeviceInfo function allows you to obtain native device information

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 :

onComputed : It is executed when it returns the value of the entered property.
OutVars
Returns the information requested by the property assigned in the entry var
On error : It is executed when the entered property is incorrect.
OutVars
THE "propName" VALUE ENTERED IN INCORRECT.
Solo puedes obtener información que se especifica en las propiedades mostradas en los entry vars
Nivel de bateria:

Last updated
Was this helpful?