public class CustomIntentConfig
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
action |
java.lang.String |
category |
static android.os.Parcelable.Creator<CustomIntentConfig> |
CREATOR |
java.lang.String |
extraDecodeBytesValue |
java.lang.String |
extraDecodeLength |
java.lang.String |
extraDecodeLetter |
java.lang.String |
extraDecodeModifier |
java.lang.String |
extraDecodeResult |
java.lang.String |
extraDecodeStringValue |
java.lang.String |
extraDecodeTime |
java.lang.String |
extraSymbolId |
java.lang.String |
extraSymbolName |
java.lang.String |
extraSymbolType |
| Constructor and Description |
|---|
CustomIntentConfig()
Constructor of CustomIntentConfig.
|
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents()
Describe the kinds of special objects contained in this Parcelable's marchalled representation.
|
void |
readFromParcel(android.os.Parcel in)
Set the rectangle's coordinates from the data stored in the specified parcel.
|
void |
writeToParcel(android.os.Parcel dest,
int flags)
Write this rectangle to the specified parcel.
|
public java.lang.String action
public java.lang.String category
public java.lang.String extraDecodeResult
public java.lang.String extraDecodeBytesValue
public java.lang.String extraDecodeStringValue
public java.lang.String extraDecodeLength
public java.lang.String extraDecodeLetter
public java.lang.String extraDecodeModifier
public java.lang.String extraDecodeTime
public java.lang.String extraSymbolName
public java.lang.String extraSymbolId
public java.lang.String extraSymbolType
public static final android.os.Parcelable.Creator<CustomIntentConfig> CREATOR
public CustomIntentConfig()
public void readFromParcel(android.os.Parcel in)
in - The parcel to read the rectangle's coordinate fromwriteToParcel()public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelabledest - The parcel to write the rectangle's coordinate intoflags - Additional flags about how the object should be written. Unused.readFromParcel()