Android.OS.Parcelable Members

The members of Android.OS.Parcelable are listed below.

See Also: Inherited members from System.Object

Public Fields

const
ContentsFileDescriptorint (1). Bit masks for use with Parcelable.describeContents(): each bit represents a kind of object considered to have potential special significance when marshalled.
const
ParcelableWriteReturnValueParcelableWriteFlags (1). Flag for use with Parcelable.writeToParcel(android.os.Parcel, int): the object being written is a return value, that is the result of a function such as "Parcelable someFunction()", "void someFunction(out Parcelable)", or "void someFunction(inout Parcelable)".