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
JS
"managedProperty": [
{
"key": "allowCodeRegistration",
"valueBool": true
}
]
iOS
XML
<key>allowCodeRegistration</key>
<true/>
XML
<key>allowCodeRegistration</key>
<false/>