Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cb1kenobi authored and github-actions[bot] committed Jan 5, 2025
1 parent c8b5c72 commit a2dcf79
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions docs/api/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -149208,6 +149208,19 @@
"type": "Number",
"availability": "creation"
},
{
"name": "uiFlags",
"summary": "Additional UI flags to set on the Activity Window.",
"description": "See [WindowManager.LayoutParams](https://developer.android.com/reference/android/view/View#setSystemUiVisibility\\(int\\)) for a\nlist of additional flags that can be assigned to this property. For example, you can use `8192` (SYSTEM_UI_FLAG_LIGHT_STATUS_BAR) to set\nthe status bar text color to a dark color.\n",
"platforms": [
{
"since": "12.7.0",
"name": "android"
}
],
"inherits": "Titanium.UI.Window",
"type": "Number"
},
{
"name": "windowSoftInputMode",
"summary": "Determines whether a window's soft input area (ie software keyboard) is visible\nas it receives focus and how the window behaves in order to accomodate it while keeping its\ncontents in view.\n",
Expand Down Expand Up @@ -189230,6 +189243,19 @@
"type": "Number",
"availability": "creation"
},
{
"name": "uiFlags",
"summary": "Additional UI flags to set on the Activity Window.",
"description": "See [WindowManager.LayoutParams](https://developer.android.com/reference/android/view/View#setSystemUiVisibility\\(int\\)) for a\nlist of additional flags that can be assigned to this property. For example, you can use `8192` (SYSTEM_UI_FLAG_LIGHT_STATUS_BAR) to set\nthe status bar text color to a dark color.\n",
"platforms": [
{
"since": "12.7.0",
"name": "android"
}
],
"inherits": "Titanium.UI.Window",
"type": "Number"
},
{
"name": "windowSoftInputMode",
"summary": "Determines how the tab group is treated when a soft input method (such as a virtual keyboard)\nis displayed.\n",
Expand Down Expand Up @@ -233557,6 +233583,18 @@
"type": "Number",
"availability": "creation"
},
{
"name": "uiFlags",
"summary": "Additional UI flags to set on the Activity Window.",
"description": "See [WindowManager.LayoutParams](https://developer.android.com/reference/android/view/View#setSystemUiVisibility\\(int\\)) for a\nlist of additional flags that can be assigned to this property. For example, you can use `8192` (SYSTEM_UI_FLAG_LIGHT_STATUS_BAR) to set\nthe status bar text color to a dark color.\n",
"platforms": [
{
"since": "12.7.0",
"name": "android"
}
],
"type": "Number"
},
{
"name": "windowSoftInputMode",
"summary": "Determines whether a window's soft input area (ie software keyboard) is visible\nas it receives focus and how the window behaves in order to accomodate it while keeping its\ncontents in view.\n",
Expand Down

0 comments on commit a2dcf79

Please sign in to comment.