The fields of Android.OS.Parcelable are listed below. For a list of all members, see the Parcelable Members list.
See Also: Inherited members from System.Object
const | ContentsFileDescriptor | int (1). Bit masks for use with Parcelable.describeContents(): each bit represents a kind of object considered to have potential special significance when marshalled. |
const | ParcelableWriteReturnValue | ParcelableWriteFlags (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)". |