mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Update documentation of exported CSV format
This commit is contained in:
parent
88c8f78a4f
commit
9c4b8ed860
|
@ -268,13 +268,14 @@ public final class HistoryManager {
|
||||||
* and double-quoted. Double-quotes within values are escaped with a sequence of two
|
* and double-quoted. Double-quotes within values are escaped with a sequence of two
|
||||||
* double-quotes. The fields output are:</p>
|
* double-quotes. The fields output are:</p>
|
||||||
*
|
*
|
||||||
* <ul>
|
* <ol>
|
||||||
* <li>Raw text</li>
|
* <li>Raw text</li>
|
||||||
* <li>Display text</li>
|
* <li>Display text</li>
|
||||||
* <li>Format (e.g. QR_CODE)</li>
|
* <li>Format (e.g. QR_CODE)</li>
|
||||||
* <li>Timestamp</li>
|
* <li>Unix timestamp (milliseconds since the epoch)</li>
|
||||||
* <li>Formatted version of timestamp</li>
|
* <li>Formatted version of timestamp</li>
|
||||||
* </ul>
|
* <li>Supplemental info (e.g. price info for a product barcode)</li>
|
||||||
|
* </ol>
|
||||||
*/
|
*/
|
||||||
CharSequence buildHistory() {
|
CharSequence buildHistory() {
|
||||||
SQLiteOpenHelper helper = new DBHelper(activity);
|
SQLiteOpenHelper helper = new DBHelper(activity);
|
||||||
|
|
Loading…
Reference in a new issue