Binder.InterfaceConsts.LastCallTransaction Field

Definition

The last transaction code available for user commands.

[Android.Runtime.Register("LAST_CALL_TRANSACTION")]
public const int LastCallTransaction = 16777215;
[<Android.Runtime.Register("LAST_CALL_TRANSACTION")>]
val mutable LastCallTransaction : int

Field Value

Value = 16777215
Attributes

Remarks

The last transaction code available for user commands.

Java documentation for android.os.IBinder.LAST_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