Binder.InterfaceConsts.FirstCallTransaction Field

Definition

The first transaction code available for user commands.

[Android.Runtime.Register("FIRST_CALL_TRANSACTION")]
public const int FirstCallTransaction = 1;
[<Android.Runtime.Register("FIRST_CALL_TRANSACTION")>]
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