public class BarcodeElement
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<BarcodeElement> |
CREATOR
Parcelable creator object
|
| Constructor and Description |
|---|
BarcodeElement(long nativePtr,
BarcodeDetailedData parent) |
BarcodeElement(android.os.Parcel in)
Constructor from Parcel
|
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
byte[] |
getElementBytes() |
ElementType |
getElementType() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<BarcodeElement> CREATOR
public BarcodeElement(long nativePtr,
BarcodeDetailedData parent)
public BarcodeElement(android.os.Parcel in)
in - public ElementType getElementType()
public byte[] getElementBytes()
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable