Documentation

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
flutterui:startup_props [2020/09/01 17:56]
admin
flutterui:startup_props [2021/01/07 08:22]
admin
Line 27: Line 27:
   deviceTypeModel:​ Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/​537.36 (KHTML, like Gecko) Chrome/​84.0.4147.89 Safari/​537.36   deviceTypeModel:​ Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/​537.36 (KHTML, like Gecko) Chrome/​84.0.4147.89 Safari/​537.36
   deviceMode: desktop   deviceMode: desktop
 +  ​
 +=== Custom properties ===
 +
 +It's also possible to send custom properties from the flutter client to the application. To do this, send properties in this form:
 +
 +   ​custom_propertyname:​ value
 +
 +Every custom property has to use the prefix ''​custom_''​. The prefix will be removed and only the ''​propertyname''​ will be used. The application will be able use access the value with ''​propertyname''​.
 +
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information