Sprache

FileOperationEnqueueResult.InterfaceConsts.ParcelableWriteReturnValue Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.OS.ParcelableWriteFlags enum directly instead of this field.

Flag für die Verwendung mit #writeToParcel: das geschriebene Objekt ist ein Rückgabewert, d. h. das Ergebnis einer Funktion wie "Parcelable someFunction()", "void someFunction(out Parcelable)" oder "void someFunction(inout Parcelable)".

[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.", true)]
public const Android.OS.ParcelableWriteFlags ParcelableWriteReturnValue = 1;
[<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.", true)>]
val mutable ParcelableWriteReturnValue : Android.OS.ParcelableWriteFlags

Feldwert

Value = 1
Attribute

Gilt für: