IBI-aws MobileClient

region



Available from version

1.8.0

Necessity

optional

Value type

text



Description

The name of the region of a user, which is specified when registering a domain in IBI-aws Admin

This configuration is only used for display within the IBI-aws MobileClient.

Example

Android

JavaScript
"managedProperty": [
  {
    "key": "region",
    "valueString": "Schweiz"
  }
]

iOS

XML
<key>region</key>
<string>Schweiz</string>