You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/api.json
+100Lines changed: 100 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -150264,6 +150264,20 @@
150264
150264
"Number"
150265
150265
]
150266
150266
},
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
+
},
150267
150281
{
150268
150282
"name": "sustainedPerformanceMode",
150269
150283
"summary": "Maintain a sustainable level of performance.",
@@ -190811,6 +190825,20 @@
190811
190825
"Number"
190812
190826
]
190813
190827
},
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
+
},
190814
190842
{
190815
190843
"name": "sustainedPerformanceMode",
190816
190844
"summary": "Maintain a sustainable level of performance.",
@@ -235767,6 +235795,19 @@
235767
235795
"Number"
235768
235796
]
235769
235797
},
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
+
},
235770
235811
{
235771
235812
"name": "sustainedPerformanceMode",
235772
235813
"summary": "Maintain a sustainable level of performance.",
@@ -340029,6 +340070,18 @@
340029
340070
"type": "Boolean",
340030
340071
"default": true
340031
340072
},
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
+
},
340032
340085
{
340033
340086
"name": "displayedMessage",
340034
340087
"summary": "Controls the message that is displayed to the end user when they are capturing a barcode.",
@@ -340256,6 +340309,19 @@
340256
340309
"default": true,
340257
340310
"optional": true
340258
340311
},
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
+
},
340259
340325
{
340260
340326
"name": "frameWidth",
340261
340327
"summary": "Width of the rectangle that is shown in the scanner\n",
@@ -347612,6 +347678,40 @@
347612
347678
"type": "void"
347613
347679
}
347614
347680
},
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",
0 commit comments