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)".
Value: 1
Syntax
[Android.Runtime.Register("PARCELABLE_WRITE_RETURN_VALUE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.ParcelableWriteFlags enum directly instead of this field.")]
public const
ParcelableWriteFlags ParcelableWriteReturnValue Remarks
Requirements
Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1