IBI-aws MobileClient

allowCodeRegistration

Verfügbar ab Version

1.12.0

Notwendigkeit

Optional

Werttyp

Boolescher Wert

Beschreibung

Gibt an, ob die manuelle Registrierung via Code erlaubt ist.

Beispiel

Android

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

iOS

XML
<key>allowCodeRegistration</key>
<true/>
XML
<key>allowCodeRegistration</key>
<false/>