Skip to main content
Skip table of contents

defaultTheme

Available from version1.8.0
Necessityoptional
Value typenumber

Description

Specified the default color scheme. The following values are allowed:

  • 0: dark – black
  • 1: light – white
  • 2: dark – blue
  • 4: default

Example

Android

JS
"managedProperty": [
  {
    "key": "defaultTheme",
    "valueInteger": 2
  }
]

iOS

XML
<key>defaultTheme</key>
<integer>2</integer>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.