BinderConsts.FirstCallTransaction Field

Definition

Caution

Use 'Android.OS.IBinder.FirstCallTransaction'. This class will be removed in a future release.

The first transaction code available for user commands.

[Android.Runtime.Register("FIRST_CALL_TRANSACTION")]
[System.Obsolete("Use 'Android.OS.IBinder.FirstCallTransaction'. This class will be removed in a future release.")]
public const int FirstCallTransaction = 1;
[<Android.Runtime.Register("FIRST_CALL_TRANSACTION")>]
[<System.Obsolete("Use 'Android.OS.IBinder.FirstCallTransaction'. This class will be removed in a future release.")>]
val mutable FirstCallTransaction : int

Field Value

Value = 1
Attributes

Remarks

The first transaction code available for user commands.

Java documentation for android.os.IBinder.FIRST_CALL_TRANSACTION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to