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
Previous revision
Last revision Both sides next revision
flutterui:startup_props [2021/01/07 08:22]
admin
flutterui:startup_props [2023/02/21 08:28]
admin
Line 3: Line 3:
 ~~NOPDF~~ ~~NOPDF~~
  
-The values for Startup request properties are:+=== Physical Device ===
  
 +  osName: ​        ​Android 12
 +                  iOS
 +  osVersion: ​     <​android_sdk_version>​ 31
 +                  <​ios_version>​
 +  screenWidth: ​   <​width>​ e.g. 392
 +  screenHeight: ​  <​height>​ e.g. 856
 +  appVersion: ​    ​2.2.0+1
 +  deviceId: ​      <​ios_uuid>​
   readAheadLimit:​ 100   readAheadLimit:​ 100
-  technology: ​    ​FlutterMobile ​| FlutterWeb+  ​ 
 +  ​technology: ​  ​FlutterMobile 
 +  deviceMode: ​  ​mobile 
 +  deviceType: ​  <​hardware_manufacturer>​ e.g. Xiaomi 
 +                iPhone 
 +  deviceTypeModel:​ <​android_end_user_visible_name>​ e.g. M2103K19PG 
 +                   <​ios_assigned_device_name>​ My iPhone name (iOS <= 15) 
 +                   ​iPhone (iOS >= 16) 
 +                   ... 
 +  langCode: ​     <​language_code>​ e.g. en 
 +  timeZoneCode: ​ <​timezone>​ e.g. Europe/​Vienna 
 +  serverVersion:​ <​supported_server_version>​ e.g. 2.4.0 
 +  baseUrl: ​      <​service_url>​ e.g. http://​www.domain.com/​myapp/​services/​mobile
  
-=== Mobile (iOS | Android) ​===+=== Browser ​===
  
-  osName: ​    iOS | Android 9 +  osName: ​        Linux x86_64 
-  ​osVersion:  ​13.3 | 28 (SDK Versiom) +                  MacIntel 
-  appVersion: ​1.0.0.(VERSION.BUILD) +                  ... 
-  deviceId: ​  adfd6750-d0a8-11ea-8b69-b3cdde1e6fea | 75c1e390-5707-11ea-ec78-3512eb6e0821 +  ​screenWidth   <​width>​ e.g. 392 
-  ​deviceTypeiPhone | Google +  screenHeight: ​  <​height>​ e.g. 856 
-  ​deviceTypeModeliPhone 8 | AOSP on IA Emulator +  appVersion: ​    2.2.0+
-  deviceMode: mobile+  deviceId: ​      <​ios_uuid>​ e.g. XXXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX 
 +  ​readAheadLimit100 
 +  ​ 
 +  technology  FlutterWeb 
 +  deviceMode: ​  mobileDesktop (or mobile ​if forced with ?​mobileOnly=true) 
 +  deviceType: ​  ​chrome 
 +                firefox 
 +                ... 
 +  deviceTypeModel:​ <​user_agent_string>​ e.g. Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/​537.36 (KHTML, like Gecko) Chrome/​110.0.0.0 Safari/​537.36
  
-=== Browser ​===+  langCode: ​     <​language_code>​ e.g. en 
 +  timeZoneCode: ​ <​timezone>​ e.g. Europe/​Vienna 
 +  serverVersion:​ <​supported_server_version>​ e.g. 2.4.0 
 +  baseUrl: ​      <​service_url>​ http://​www.domain.com/​myapp/​services/​mobile ​  
 +  requestUri: ​   <​browser_url>​ e.g. http://​www.domain.com/​myapp/​mobile/​ 
 + 
 +=== Property Details ​===
  
-  ​osName:     Mac +**osName**  
-  ​osVersion:  ​<not available>​ +  ​* Web (https://​developer.mozilla.org/​en-US/​docs/​Web/​API/​Navigator/​platform) 
-  ​appVersion1.0.0.1 (VERSION.BUILD- hardcoded - see app_version_web.dart +  * Android (String "​Android"​ with release Version e.g. "​Android 12") 
-  deviceId:   ​2ca058f0-d0dc-11ea-9f51-f95bf4d03893 +  ​* iOS (The current operating system name) 
-  deviceType: Chrome +**osVersion**  
-  ​deviceTypeModel:​ Mozilla/​5.0 ​(Macintosh; Intel Mac OS X 10_14_6AppleWebKit/537.36 (KHTML, like GeckoChrome/84.0.4147.89 Safari/537.36 +  * Android (https://developer.android.com/​reference/​android/​os/​Build.VERSION_CODES.html
-  deviceMode: desktop+  ​* iOS (The current operating system version) 
 +**deviceId** 
 +  ​* Android (not available) 
 +  * iOS (UUID for device) 
 +**deviceType** 
 +  ​* Web (browser name) 
 +  * Android (The manufacturer of the product/hardware.
 +  * iOS (Device model) 
 +**deviceTypeModel** 
 +  * Web (User-agent string) 
 +  * Android (The end-user-visible name for the end product.) 
 +  * iOS (https://developer.apple.com/documentation/​uikit/​uidevice/​1620015-name) ​ 
   ​   ​
 === Custom properties === === 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:+It's also possible to send custom properties from the flutter client to the application. To do this, use the Startup Request and send properties in this form:
  
    ​custom_propertyname:​ value    ​custom_propertyname:​ value
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information