Язык

AppUsageDurationQuery.InterfaceConsts.ParcelableWriteReturnValue Поле

Определение

Внимание!

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

Флаг для использования с #writeToParcel: записанный объект является возвращаемым значением, то есть результатом функции, например ", "Parcelable someFunction()void someFunction(out Parcelable)" или "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

Значение поля

Value = 1
Атрибуты

Применяется к