public static final class Intents.Encode
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
static java.lang.String |
ACTION
Send this intent to encode a piece of data as a QR code and display it full screen, so
that another person can scan the barcode from your screen.
|
static java.lang.String |
DATA
The data to encode.
|
static java.lang.String |
FORMAT
The barcode format to be displayed.
|
static java.lang.String |
TYPE
The type of data being supplied if the format is QR Code.
|
public static final java.lang.String ACTION
public static final java.lang.String DATA
public static final java.lang.String TYPE
public static final java.lang.String FORMAT