public static final class

Concierge.ParcelInfo

extends Object
java.lang.Object
   ↳ lineageos.os.Concierge.ParcelInfo

Class Overview

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.

Summary

Public Methods
void complete()
Complete the Concierge.ParcelInfo for the Concierge.
int getParcelVersion()
Get the parcel version from the Parcel received by the Concierge.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public void complete ()

added in API level 5

Complete the Concierge.ParcelInfo for the Concierge.

public int getParcelVersion ()

added in API level 5

Get the parcel version from the Parcel received by the Concierge.

Returns
int ERROR(/#PARCELABLE_VERSION) of the Parcel