Skip to content

Commit cb80d3f

Browse files
cb1kenobigithub-actions[bot]
authored andcommitted
Apply automatic changes
1 parent af9c6d8 commit cb80d3f

File tree

1 file changed

+100
-0
lines changed

1 file changed

+100
-0
lines changed

docs/api/api.json

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150264,6 +150264,20 @@
150264150264
"Number"
150265150265
]
150266150266
},
150267+
{
150268+
"name": "navBarColor",
150269+
"summary": "The color of the navigation bar (bottom bar) for this window.",
150270+
"platforms": [
150271+
{
150272+
"since": "13.1.0",
150273+
"name": "android"
150274+
}
150275+
],
150276+
"inherits": "Titanium.UI.Window",
150277+
"type": [
150278+
"Number"
150279+
]
150280+
},
150267150281
{
150268150282
"name": "sustainedPerformanceMode",
150269150283
"summary": "Maintain a sustainable level of performance.",
@@ -190811,6 +190825,20 @@
190811190825
"Number"
190812190826
]
190813190827
},
190828+
{
190829+
"name": "navBarColor",
190830+
"summary": "The color of the navigation bar (bottom bar) for this window.",
190831+
"platforms": [
190832+
{
190833+
"since": "13.1.0",
190834+
"name": "android"
190835+
}
190836+
],
190837+
"inherits": "Titanium.UI.Window",
190838+
"type": [
190839+
"Number"
190840+
]
190841+
},
190814190842
{
190815190843
"name": "sustainedPerformanceMode",
190816190844
"summary": "Maintain a sustainable level of performance.",
@@ -235767,6 +235795,19 @@
235767235795
"Number"
235768235796
]
235769235797
},
235798+
{
235799+
"name": "navBarColor",
235800+
"summary": "The color of the navigation bar (bottom bar) for this window.",
235801+
"platforms": [
235802+
{
235803+
"since": "13.1.0",
235804+
"name": "android"
235805+
}
235806+
],
235807+
"type": [
235808+
"Number"
235809+
]
235810+
},
235770235811
{
235771235812
"name": "sustainedPerformanceMode",
235772235813
"summary": "Maintain a sustainable level of performance.",
@@ -340029,6 +340070,18 @@
340029340070
"type": "Boolean",
340030340071
"default": true
340031340072
},
340073+
{
340074+
"name": "copyToClipboard",
340075+
"summary": "Whether or not copy the result to the clipboard",
340076+
"platforms": [
340077+
{
340078+
"since": "6.1.0",
340079+
"name": "android"
340080+
}
340081+
],
340082+
"type": "Boolean",
340083+
"default": false
340084+
},
340032340085
{
340033340086
"name": "displayedMessage",
340034340087
"summary": "Controls the message that is displayed to the end user when they are capturing a barcode.",
@@ -340256,6 +340309,19 @@
340256340309
"default": true,
340257340310
"optional": true
340258340311
},
340312+
{
340313+
"name": "resultDuration",
340314+
"summary": "Time in milliseconds that the result will be visible after a scan.\n",
340315+
"platforms": [
340316+
{
340317+
"since": "0.8",
340318+
"name": "android"
340319+
}
340320+
],
340321+
"type": "Number",
340322+
"default": 1500,
340323+
"optional": true
340324+
},
340259340325
{
340260340326
"name": "frameWidth",
340261340327
"summary": "Width of the rectangle that is shown in the scanner\n",
@@ -347612,6 +347678,40 @@
347612347678
"type": "void"
347613347679
}
347614347680
},
347681+
{
347682+
"name": "disableReader",
347683+
"summary": "Disable reader mode in the current activity.",
347684+
"platforms": [
347685+
{
347686+
"since": "5.1.0",
347687+
"name": "android"
347688+
}
347689+
],
347690+
"returns": {
347691+
"type": "void"
347692+
}
347693+
},
347694+
{
347695+
"name": "enableReader",
347696+
"summary": "Enable reader mode in the current activity.",
347697+
"description": "In this mode the NFC controller will only act as an NFC tag reader/writer, thus disabling any peer-to-peer (Android Beam) and card-emulation modes of the NFC adapter on this device.\n\nSee also:\n[Android Developer - enableReaderMode](https://developer.android.com/reference/android/nfc/NfcAdapter.html#enableReaderMode(android.app.Activity,%20android.nfc.NfcAdapter.ReaderCallback,%20int,%20android.os.Bundle))\n",
347698+
"platforms": [
347699+
{
347700+
"since": "5.1.0",
347701+
"name": "android"
347702+
}
347703+
],
347704+
"parameters": [
347705+
{
347706+
"name": "Callback",
347707+
"summary": "Tag data",
347708+
"type": "Callback"
347709+
}
347710+
],
347711+
"returns": {
347712+
"type": "void"
347713+
}
347714+
},
347615347715
{
347616347716
"name": "enableForegroundNdefPush",
347617347717
"summary": "Enable NDEF message push over P2P.",

0 commit comments

Comments
 (0)