java.lang.Object | |
↳ | lineageos.os.Concierge.ParcelInfo |
Parcel header info specific to the Parcel object that is passed in via
prepareParcel(Parcel)
or receiveParcel(Parcel)
. The exposed method
of getParcelVersion()
gets the api level of the parcel object.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Complete the
Concierge.ParcelInfo for the Concierge.
| |||||||||||
Get the parcel version from the
Parcel received by the Concierge.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Get the parcel version from the Parcel
received by the Concierge.
Returns | |
---|---|
int |
ERROR(/#PARCELABLE_VERSION) of the Parcel
|