Android.OS.BinderConsts.FlagOneway Field
Flag to BinderConsts.transact(int, android.os.Parcel, android.os.Parcel, int): this is a one-way call, meaning that the caller returns immediately, without waiting for a result from the callee.

Value: 1

Syntax

[Android.Runtime.Register("FLAG_ONEWAY")]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.TransactionFlags enum directly instead of this field.")]
public const TransactionFlags FlagOneway

Remarks

Flag to BinderConsts.transact(int, android.os.Parcel, android.os.Parcel, int): this is a one-way call, meaning that the caller returns immediately, without waiting for a result from the callee. Applies only if the caller and callee are in different processes.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1