IBI-aws MobileClient

allowLogout

Available from version

1.8.0

Necessity

optional

Value type

boolean value

Description

Specifies whether a user is allowed to log out.

Example

Android

JavaScript
"managedProperty": [
  {
    "key": "allowLogout",
    "valueBool": true
  }
]

iOS

XML
<key>allowLogout</key>
<true/>
XML
<key>allowLogout</key>
<false/>