| 接口 | 说明 |
|---|---|
| QRCodeSchemeParser |
Common interface for classes that can interpret certain QR code text into
content types like e.g.
|
| 类 | 说明 |
|---|---|
| BizCard | |
| Bookmark |
Bookmark encoding
|
|
Encodes a e-mail address, format is:
mailto:mail@address.com |
|
| EnterpriseWifi |
Encodes a Wifi connection containing a username / password scheme for
authentication, format is:
WIFI:S:SSID;U:USER;P:PSK;E:EAP;PH:PHASE;; |
| ExtendableQRCodeSchemeParser |
An implementation of
QRCodeSchemeParser which supports the types
Wifi, VCard, Girocode and URL, and may be
extended by additional parsers for custom types. |
| GeoInfo |
Encodes a geographic information, format is:
geo:40.71872,-73.98905,100 |
| Girocode |
European banking code, currently defines only SEPA credit transfer.
|
| GooglePlay |
Encodes a Google Play direct link, format is:
{{{market://details? |
| ICal |
A simple wrapper for iCal data to use with ZXing QR Code generator.
|
| IEvent |
A simple wrapper for iEvent data to use with ZXing QR Code generator.
|
| IFreeBusyTime | |
| IJournal | |
| IToDo | |
| KddiAu | |
| MeCard | |
| MMS |
Encodes a mms code, format is:
mms:+1-212-555-1212:subject |
| Schema |
Abstract schema class
|
| SchemeUtil |
A bunch of utility methods for parsing the QR codes.
|
| SMS |
Encodes a sms code, format is:
sms:+1-212-555-1212:subject |
| SubSchema |
Abstact class for sub schema.
|
| Telephone |
Encodes a telephone number, format is:
tel:+1-212-555-1212 |
| Url |
Encodes a url connection, format is:
HTTP://URL |
| VCard |
A simple wrapper for vCard data to use with ZXing QR Code generator.
|
| Wifi |
Encodes a Wifi connection, format is:
WIFI:T:AUTHENTICATION;S:SSID;P:PSK;H:HIDDEN; |
| YouTube |
Encodes a YouTube video, format is:
youtube://[video ID] |
| 枚举 | 说明 |
|---|---|
| Girocode.Encoding | |
| Wifi.Authentication |
Copyright © 2019. All rights reserved.